Html Css Color HEX #EEB047 Casablanca

📋 copy color: '#EEB047'

red 238 ◦ green 176 ◦ blue 71

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

Shades of Casablanca #EEB047

Tints of Casablanca #EEB047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.64%

R = 49.07%
G = 36.29%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEB047 (or 0xEEB047) is known color: Casablanca. HEX triplet: EE, B0 and 47. RGB value is (238,176,71). Sum of RGB (Red+Green+Blue) = 238+176+71=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB047 is #114FB8. Grayscale: #B7B7B7. Windows color (decimal): -1134521 or 4698350. OLE color: 4698350.

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

Color convert

RGB 238 176 71 -
CMYK 0 0.26 0.70 0.07
HSL 37.72º 0.83% 0.61% -
HSV(B) 37.72º 0.7% 0.93% -
XYZ 51.92 49.68 12.81 -
YUV 182.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 238 176 71 0 0.26 0.70 0.07 37.72 0.83 0.61
Hex EE B0 47 0 1A 46 7 26 53 3D
Octal 356 260 107 0 32 106 7 46 123 75
Binary 11101110 10110000 1000111 0 11010 1000110 111 100110 1010011 111101

Color Harmonies of #EEB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB047

Black with #EEB047

Text Example


Text Example

White with #EEB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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