#EFAE5A

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

Shades of Casablanca #EFAE5A

Tints of Casablanca #EFAE5A

Color information

#EFAE5A (or 0xEFAE5A) is unknown color: approx Casablanca. HEX triplet: EF, AE and 5A. RGB value is (239,174,90). Sum of RGB (Red+Green+Blue) = 239+174+90=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAE5A is #1051A5. Grayscale: #B8B8B8. Windows color (decimal): -1069478 or 5943023. OLE color: 5943023.

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

Color convert

RGB23917490-
CMYK00.270.620.06
HSL33.83º82.32%64.51%-
HSV(B)33.83º62.34%93.73%-
XYZ52.5849.3616.43-
YUV183.8675.03167.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.51%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=47.51%
G=34.59%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391749000.270.620.0633.8382.3264.51
HexEFAE5A01B3E6225241
Octal35725613203376642122101
Binary1110111110101110101101001101111111011010001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE5A; }

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

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

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

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

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

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

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

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