Html Css Color HEX #EFA852 Casablanca

📋 copy color: '#EFA852'

red 239 ◦ green 168 ◦ blue 82

#EFA852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #EFA852

Tints of Casablanca #EFA852

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 value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFA852 (or 0xEFA852) is known color: 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

RGB 239 168 82 -
CMYK 0 0.30 0.66 0.06
HSL 32.87º 0.83% 0.63% -
HSV(B) 32.87º 0.66% 0.94% -
XYZ 51.12 46.97 14.35 -
YUV 179.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 239 168 82 0 0.30 0.66 0.06 32.87 0.83 0.63
Hex EF A8 52 0 1E 42 6 21 53 3F
Octal 357 250 122 0 36 102 6 41 123 77
Binary 11101111 10101000 1010010 0 11110 1000010 110 100001 1010011 111111

Color Harmonies of #EFA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA852

Black with #EFA852

Text Example


Text Example

White with #EFA852

Text Example


Text Example

HTML Codes & Css Web 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>