Html Css Color HEX #EEB942 Cream Can

📋 copy color: '#EEB942'

red 238 ◦ green 185 ◦ blue 66

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

Shades of Cream Can #EEB942

Tints of Cream Can #EEB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 66 (26.17% from 255) = 13.5%

R = 48.67%
G = 37.83%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEB942 (or 0xEEB942) is known color: Cream Can. HEX triplet: EE, B9 and 42. RGB value is (238,185,66). Sum of RGB (Red+Green+Blue) = 238+185+66=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB942 is #1146BD. Grayscale: #BBBBBB. Windows color (decimal): -1132222 or 4372974. OLE color: 4372974.

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

Color convert

RGB 238 185 66 -
CMYK 0 0.22 0.72 0.07
HSL 41.51º 0.83% 0.6% -
HSV(B) 41.51º 0.72% 0.93% -
XYZ 53.59 53.27 12.61 -
YUV 187.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 238 185 66 0 0.22 0.72 0.07 41.51 0.83 0.6
Hex EE B9 42 0 16 48 7 2A 53 3C
Octal 356 271 102 0 26 110 7 52 123 74
Binary 11101110 10111001 1000010 0 10110 1001000 111 101010 1010011 111100

Color Harmonies of #EEB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB942

Black with #EEB942

Text Example


Text Example

White with #EEB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB942; }

 p { color: rgb(238,185,66); }

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

background-color css

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

 a { background-color: rgb(238,185,66); }

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

border-color css

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

 span { border-color: rgb(238,185,66); }

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