#EFB04C

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

Shades of Casablanca #EFB04C

Tints of Casablanca #EFB04C

Color information

#EFB04C (or 0xEFB04C) is unknown color: approx Casablanca. HEX triplet: EF, B0 and 4C. RGB value is (239,176,76). Sum of RGB (Red+Green+Blue) = 239+176+76=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB04C is #104FB3. Grayscale: #B7B7B7. Windows color (decimal): -1068980 or 5026031. OLE color: 5026031.

HSL color Cylindrical-coordinate representation of color #EFB04C: hue angle of 36.81º 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 #EFB04C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB23917676-
CMYK00.260.680.06
HSL36.81º83.59%61.76%-
HSV(B)36.81º68.2%93.73%-
XYZ52.4349.9213.71-
YUV183.4467.37167.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 76 (30.08% from 255) = 15.48%
R=48.68%
G=35.85%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391767600.260.680.0636.8183.5961.76
HexEFB04C01A44625543e
Octal35726011403210464512476
Binary1110111110110000100110001101010001001101001011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB04C; }

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

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

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

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

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

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

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

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