#EFB05A

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

Shades of Casablanca #EFB05A

Tints of Casablanca #EFB05A

Color information

#EFB05A (or 0xEFB05A) is unknown color: approx Casablanca. HEX triplet: EF, B0 and 5A. RGB value is (239,176,90). Sum of RGB (Red+Green+Blue) = 239+176+90=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB05A is #104FA5. Grayscale: #B9B9B9. Windows color (decimal): -1068966 or 5943535. OLE color: 5943535.

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

Color convert

RGB23917690-
CMYK00.260.620.06
HSL34.63º82.32%64.51%-
HSV(B)34.63º62.34%93.73%-
XYZ52.9750.1416.56-
YUV185.0374.37166.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 90 (35.55% from 255) = 17.82%
R=47.33%
G=34.85%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391769000.260.620.0634.6382.3264.51
HexEFB05A01A3E6235241
Octal35726013203276643122101
Binary1110111110110000101101001101011111011010001110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB05A; }

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

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

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

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

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

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

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

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