Html Css Color HEX #EFAA4C Casablanca

📋 copy color: '#EFAA4C'

red 239 ◦ green 170 ◦ blue 76

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

Shades of Casablanca #EFAA4C

Tints of Casablanca #EFAA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.67%

R = 49.28%
G = 35.05%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFAA4C (or 0xEFAA4C) is known color: Casablanca. HEX triplet: EF, AA and 4C. RGB value is (239,170,76). Sum of RGB (Red+Green+Blue) = 239+170+76=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA4C is #1055B3. Grayscale: #B4B4B4. Windows color (decimal): -1070516 or 5024495. OLE color: 5024495.

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

Color convert

RGB 239 170 76 -
CMYK 0 0.29 0.68 0.06
HSL 34.6º 0.84% 0.62% -
HSV(B) 34.6º 0.68% 0.94% -
XYZ 51.28 47.62 13.33 -
YUV 179.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 239 170 76 0 0.29 0.68 0.06 34.6 0.84 0.62
Hex EF AA 4C 0 1D 44 6 23 54 3E
Octal 357 252 114 0 35 104 6 43 124 76
Binary 11101111 10101010 1001100 0 11101 1000100 110 100011 1010100 111110

Color Harmonies of #EFAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA4C

Black with #EFAA4C

Text Example


Text Example

White with #EFAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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