#EFAF5A

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

Shades of Casablanca #EFAF5A

Tints of Casablanca #EFAF5A

Color information

#EFAF5A (or 0xEFAF5A) is unknown color: approx Casablanca. HEX triplet: EF, AF and 5A. RGB value is (239,175,90). Sum of RGB (Red+Green+Blue) = 239+175+90=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF5A is #1050A5. Grayscale: #B8B8B8. Windows color (decimal): -1069222 or 5943279. OLE color: 5943279.

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

Color convert

RGB23917590-
CMYK00.270.620.06
HSL34.23º82.32%64.51%-
HSV(B)34.23º62.34%93.73%-
XYZ52.7749.7516.49-
YUV184.4574.7166.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 90 (35.55% from 255) = 17.86%
R=47.42%
G=34.72%
B=17.86%

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
Decimal2391759000.270.620.0634.2382.3264.51
HexEFAF5A01B3E6225241
Octal35725713203376642122101
Binary1110111110101111101101001101111111011010001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF5A; }

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

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

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

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

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

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

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

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