#EFB35A

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

Shades of Casablanca #EFB35A

Tints of Casablanca #EFB35A

Color information

#EFB35A (or 0xEFB35A) is unknown color: approx Casablanca. HEX triplet: EF, B3 and 5A. RGB value is (239,179,90). Sum of RGB (Red+Green+Blue) = 239+179+90=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB35A is #104CA5. Grayscale: #BBBBBB. Windows color (decimal): -1068198 or 5944303. OLE color: 5944303.

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

Color convert

RGB23917990-
CMYK00.250.620.06
HSL35.84º82.32%64.51%-
HSV(B)35.84º62.34%93.73%-
XYZ53.5651.3316.76-
YUV186.7973.38165.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 90 (35.55% from 255) = 17.72%
R=47.05%
G=35.24%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391799000.250.620.0635.8482.3264.51
HexEFB35A0193E6245241
Octal35726313203176644122101
Binary1110111110110011101101001100111111011010010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB35A; }

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

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

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

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

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

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

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

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