#EFAD4C

Color #EFAD4C Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EFAD4C

Tints of Casablanca #EFAD4C

Color information

#EFAD4C (or 0xEFAD4C) is unknown color: approx Casablanca. HEX triplet: EF, AD and 4C. RGB value is (239,173,76). Sum of RGB (Red+Green+Blue) = 239+173+76=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD4C is #1052B3. Grayscale: #B6B6B6. Windows color (decimal): -1069748 or 5025263. OLE color: 5025263.

HSL color Cylindrical-coordinate representation of color #EFAD4C: hue angle of 35.71º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFAD4C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB23917376-
CMYK00.280.680.06
HSL35.71º83.59%61.76%-
HSV(B)35.71º68.2%93.73%-
XYZ51.8448.7613.52-
YUV181.6868.37168.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.98%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 76 (30.08% from 255) = 15.57%
R=48.98%
G=35.45%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391737600.280.680.0635.7183.5961.76
HexEFAD4C01C44624543e
Octal35725511403410464412476
Binary1110111110101101100110001110010001001101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD4C; }

 p { color: rgb(239,173,76); }

 H1.HeaderClassName
 {
   color: #EFAD4C;
 }
 .AnyTagClassName
 {
   color: #EFAD4C;
 }
</style>
background-color css

<style>
 a { background-color: #EFAD4C; }

 a { background-color: rgb(239,173,76); }

 div.DivClassName
 {
   background-color: #EFAD4C;
 }
 .BgClassName
 {
   background-color: #EFAD4C;
 }
</style>
border-color css

<style>
 span { border-color: #EFAD4C; }

 span { border-color: rgb(239,173,76); }

 td.TdClassName
 {
   border-color: #EFAD4C;
 }
 .TagClassName
 {
   border-color: #EFAD4C;
 }
</style>