Html Css Color HEX #EEB04A Casablanca

📋 copy color: '#EEB04A'

red 238 ◦ green 176 ◦ blue 74

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

Shades of Casablanca #EEB04A

Tints of Casablanca #EEB04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 48.77%
G = 36.07%
B = 15.16%

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

#EEB04A (or 0xEEB04A) is known color: Casablanca. HEX triplet: EE, B0 and 4A. RGB value is (238,176,74). Sum of RGB (Red+Green+Blue) = 238+176+74=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB04A is #114FB5. Grayscale: #B7B7B7. Windows color (decimal): -1134518 or 4894958. OLE color: 4894958.

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

Color convert

RGB 238 176 74 -
CMYK 0 0.26 0.69 0.07
HSL 37.32º 0.83% 0.61% -
HSV(B) 37.32º 0.69% 0.93% -
XYZ 52.02 49.72 13.33 -
YUV 182.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 238 176 74 0 0.26 0.69 0.07 37.32 0.83 0.61
Hex EE B0 4A 0 1A 45 7 25 53 3D
Octal 356 260 112 0 32 105 7 45 123 75
Binary 11101110 10110000 1001010 0 11010 1000101 111 100101 1010011 111101

Color Harmonies of #EEB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB04A

Black with #EEB04A

Text Example


Text Example

White with #EEB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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