Html Css Color HEX #EEBB4A Cream Can

📋 copy color: '#EEBB4A'

red 238 ◦ green 187 ◦ blue 74

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

Shades of Cream Can #EEBB4A

Tints of Cream Can #EEBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

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

R = 47.7%
G = 37.47%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEBB4A (or 0xEEBB4A) is known color: Cream Can. HEX triplet: EE, BB and 4A. RGB value is (238,187,74). Sum of RGB (Red+Green+Blue) = 238+187+74=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBB4A is #1144B5. Grayscale: #BDBDBD. Windows color (decimal): -1131702 or 4897774. OLE color: 4897774.

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

Color convert

RGB 238 187 74 -
CMYK 0 0.21 0.69 0.07
HSL 41.34º 0.83% 0.61% -
HSV(B) 41.34º 0.69% 0.93% -
XYZ 54.27 54.21 14.08 -
YUV 189.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 238 187 74 0 0.21 0.69 0.07 41.34 0.83 0.61
Hex EE BB 4A 0 15 45 7 29 53 3D
Octal 356 273 112 0 25 105 7 51 123 75
Binary 11101110 10111011 1001010 0 10101 1000101 111 101001 1010011 111101

Color Harmonies of #EEBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBB4A

Black with #EEBB4A

Text Example


Text Example

White with #EEBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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