Html Css Color HEX #EFAA54 Casablanca

📋 copy color: '#EFAA54'

red 239 ◦ green 170 ◦ blue 84

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

Shades of Casablanca #EFAA54

Tints of Casablanca #EFAA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.04%

R = 48.48%
G = 34.48%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFAA54 (or 0xEFAA54) is known color: Casablanca. HEX triplet: EF, AA and 54. RGB value is (239,170,84). Sum of RGB (Red+Green+Blue) = 239+170+84=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA54 is #1055AB. Grayscale: #B5B5B5. Windows color (decimal): -1070508 or 5548783. OLE color: 5548783.

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

Color convert

RGB 239 170 84 -
CMYK 0 0.29 0.65 0.06
HSL 33.29º 0.83% 0.63% -
HSV(B) 33.29º 0.65% 0.94% -
XYZ 51.57 47.74 14.88 -
YUV 180.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 239 170 84 0 0.29 0.65 0.06 33.29 0.83 0.63
Hex EF AA 54 0 1D 41 6 21 53 3F
Octal 357 252 124 0 35 101 6 41 123 77
Binary 11101111 10101010 1010100 0 11101 1000001 110 100001 1010011 111111

Color Harmonies of #EFAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA54

Black with #EFAA54

Text Example


Text Example

White with #EFAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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