Html Css Color HEX #EEA54C Casablanca

📋 copy color: '#EEA54C'

red 238 ◦ green 165 ◦ blue 76

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

Shades of Casablanca #EEA54C

Tints of Casablanca #EEA54C

RGB

 RED value IS 238 (93.36% from 255) = 49.69%

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

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

R = 49.69%
G = 34.45%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEA54C (or 0xEEA54C) is known color: Casablanca. HEX triplet: EE, A5 and 4C. RGB value is (238,165,76). Sum of RGB (Red+Green+Blue) = 238+165+76=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA54C is #115AB3. Grayscale: #B1B1B1. Windows color (decimal): -1137332 or 5023214. OLE color: 5023214.

HSL color Cylindrical-coordinate representation of color #EEA54C: hue angle of 32.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEA54C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 165 76 -
CMYK 0 0.31 0.68 0.07
HSL 32.96º 0.83% 0.62% -
HSV(B) 32.96º 0.68% 0.93% -
XYZ 50.02 45.61 13 -
YUV 176.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 238 165 76 0 0.31 0.68 0.07 32.96 0.83 0.62
Hex EE A5 4C 0 1F 44 7 21 53 3E
Octal 356 245 114 0 37 104 7 41 123 76
Binary 11101110 10100101 1001100 0 11111 1000100 111 100001 1010011 111110

Color Harmonies of #EEA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA54C

Black with #EEA54C

Text Example


Text Example

White with #EEA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA54C; }

 p { color: rgb(238,165,76); }

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

background-color css

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

 a { background-color: rgb(238,165,76); }

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

border-color css

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

 span { border-color: rgb(238,165,76); }

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