#EFA852

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

Shades of Casablanca #EFA852

Tints of Casablanca #EFA852

Color information

#EFA852 (or 0xEFA852) is unknown color: approx Casablanca. HEX triplet: EF, A8 and 52. RGB value is (239,168,82). Sum of RGB (Red+Green+Blue) = 239+168+82=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA852 is #1057AD. Grayscale: #B3B3B3. Windows color (decimal): -1071022 or 5417199. OLE color: 5417199.

HSL color Cylindrical-coordinate representation of color #EFA852: hue angle of 32.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFA852 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23916882-
CMYK00.300.660.06
HSL32.87º83.07%62.94%-
HSV(B)32.87º65.69%93.73%-
XYZ51.1246.9714.35-
YUV179.4273.02170.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 82 (32.42% from 255) = 16.77%
R=48.88%
G=34.36%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391688200.300.660.0632.8783.0762.94
HexEFA85201E42621533f
Octal35725012203610264112377
Binary1110111110101000101001001111010000101101000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA852; }

 p { color: rgb(239,168,82); }

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

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

 a { background-color: rgb(239,168,82); }

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

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

 span { border-color: rgb(239,168,82); }

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