Html Css Color HEX #EFAA57 Casablanca

📋 copy color: '#EFAA57'

red 239 ◦ green 170 ◦ blue 87

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

Shades of Casablanca #EFAA57

Tints of Casablanca #EFAA57

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 87 (34.38% from 255) = 17.54%

R = 48.19%
G = 34.27%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFAA57 (or 0xEFAA57) is known color: Casablanca. HEX triplet: EF, AA and 57. RGB value is (239,170,87). Sum of RGB (Red+Green+Blue) = 239+170+87=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA57 is #1055A8. Grayscale: #B5B5B5. Windows color (decimal): -1070505 or 5745391. OLE color: 5745391.

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

Color convert

RGB 239 170 87 -
CMYK 0 0.29 0.64 0.06
HSL 32.76º 0.83% 0.64% -
HSV(B) 32.76º 0.64% 0.94% -
XYZ 51.69 47.79 15.52 -
YUV 181.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 239 170 87 0 0.29 0.64 0.06 32.76 0.83 0.64
Hex EF AA 57 0 1D 40 6 21 53 40
Octal 357 252 127 0 35 100 6 41 123 100
Binary 11101111 10101010 1010111 0 11101 1000000 110 100001 1010011 1000000

Color Harmonies of #EFAA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA57

Black with #EFAA57

Text Example


Text Example

White with #EFAA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA57; }

 p { color: rgb(239,170,87); }

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

background-color css

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

 a { background-color: rgb(239,170,87); }

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

border-color css

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

 span { border-color: rgb(239,170,87); }

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