Html Css Color HEX #EFA552 Casablanca

📋 copy color: '#EFA552'

red 239 ◦ green 165 ◦ blue 82

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

Shades of Casablanca #EFA552

Tints of Casablanca #EFA552

RGB

 RED value IS 239 (93.75% from 255) = 49.18%

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 49.18%
G = 33.95%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFA552 (or 0xEFA552) is known color: Casablanca. HEX triplet: EF, A5 and 52. RGB value is (239,165,82). Sum of RGB (Red+Green+Blue) = 239+165+82=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA552 is #105AAD. Grayscale: #B2B2B2. Windows color (decimal): -1071790 or 5416431. OLE color: 5416431.

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

Color convert

RGB 239 165 82 -
CMYK 0 0.31 0.66 0.06
HSL 31.72º 0.83% 0.63% -
HSV(B) 31.72º 0.66% 0.94% -
XYZ 50.57 45.87 14.17 -
YUV 177.66 74.02 171.75 -
System Red Green Blue C M Y K H S L
Decimal 239 165 82 0 0.31 0.66 0.06 31.72 0.83 0.63
Hex EF A5 52 0 1F 42 6 20 53 3F
Octal 357 245 122 0 37 102 6 40 123 77
Binary 11101111 10100101 1010010 0 11111 1000010 110 100000 1010011 111111

Color Harmonies of #EFA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA552

Black with #EFA552

Text Example


Text Example

White with #EFA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA552; }

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

 H1.HeaderClassName
 {
   color: #EFA552;
 }
 .AnyTagClassName
 {
   color: #EFA552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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