Html Css Color HEX #EEB04C Casablanca

📋 copy color: '#EEB04C'

red 238 ◦ green 176 ◦ blue 76

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

Shades of Casablanca #EEB04C

Tints of Casablanca #EEB04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 48.57%
G = 35.92%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEB04C (or 0xEEB04C) is known color: Casablanca. HEX triplet: EE, B0 and 4C. RGB value is (238,176,76). Sum of RGB (Red+Green+Blue) = 238+176+76=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB04C is #114FB3. Grayscale: #B7B7B7. Windows color (decimal): -1134516 or 5026030. OLE color: 5026030.

HSL color Cylindrical-coordinate representation of color #EEB04C: hue angle of 37.04º 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 #EEB04C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 76 -
CMYK 0 0.26 0.68 0.07
HSL 37.04º 0.83% 0.62% -
HSV(B) 37.04º 0.68% 0.93% -
XYZ 52.09 49.75 13.69 -
YUV 183.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 238 176 76 0 0.26 0.68 0.07 37.04 0.83 0.62
Hex EE B0 4C 0 1A 44 7 25 53 3E
Octal 356 260 114 0 32 104 7 45 123 76
Binary 11101110 10110000 1001100 0 11010 1000100 111 100101 1010011 111110

Color Harmonies of #EEB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB04C

Black with #EEB04C

Text Example


Text Example

White with #EEB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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