Html Css Color HEX #EEB049 Casablanca

📋 copy color: '#EEB049'

red 238 ◦ green 176 ◦ blue 73

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

Shades of Casablanca #EEB049

Tints of Casablanca #EEB049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.99%

R = 48.87%
G = 36.14%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEB049 (or 0xEEB049) is known color: Casablanca. HEX triplet: EE, B0 and 49. RGB value is (238,176,73). Sum of RGB (Red+Green+Blue) = 238+176+73=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB049 is #114FB6. Grayscale: #B7B7B7. Windows color (decimal): -1134519 or 4829422. OLE color: 4829422.

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

Color convert

RGB 238 176 73 -
CMYK 0 0.26 0.69 0.07
HSL 37.45º 0.83% 0.61% -
HSV(B) 37.45º 0.69% 0.93% -
XYZ 51.99 49.71 13.16 -
YUV 182.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 238 176 73 0 0.26 0.69 0.07 37.45 0.83 0.61
Hex EE B0 49 0 1A 45 7 25 53 3D
Octal 356 260 111 0 32 105 7 45 123 75
Binary 11101110 10110000 1001001 0 11010 1000101 111 100101 1010011 111101

Color Harmonies of #EEB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB049

Black with #EEB049

Text Example


Text Example

White with #EEB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB049; }

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

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

background-color css

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

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

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

border-color css

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

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

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