#efaa4c

Color #EFAA4C Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EFAA4C

Tints of Casablanca #EFAA4C

Color information

#EFAA4C (or 0xEFAA4C) is unknown color: approx 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

RGB23917076-
CMYK00.290.680.06
HSL34.6º83.59%61.76%-
HSV(B)34.6º68.2%93.73%-
XYZ51.2847.6213.33-
YUV179.9169.36170.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391707600.290.680.0634.683.5961.76
HexEFAA4C01D44623543e
Octal35725211403510464312476
Binary1110111110101010100110001110110001001101000111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaa4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>