Html Css Color HEX #EEC042 Cream Can

📋 copy color: '#EEC042'

red 238 ◦ green 192 ◦ blue 66

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

Shades of Cream Can #EEC042

Tints of Cream Can #EEC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 47.98%
G = 38.71%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEC042 (or 0xEEC042) is known color: Cream Can. HEX triplet: EE, C0 and 42. RGB value is (238,192,66). Sum of RGB (Red+Green+Blue) = 238+192+66=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC042 is #113FBD. Grayscale: #BFBFBF. Windows color (decimal): -1130430 or 4374766. OLE color: 4374766.

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

Color convert

RGB 238 192 66 -
CMYK 0 0.19 0.72 0.07
HSL 43.95º 0.83% 0.6% -
HSV(B) 43.95º 0.72% 0.93% -
XYZ 55.09 56.27 13.11 -
YUV 191.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 238 192 66 0 0.19 0.72 0.07 43.95 0.83 0.6
Hex EE C0 42 0 13 48 7 2C 53 3C
Octal 356 300 102 0 23 110 7 54 123 74
Binary 11101110 11000000 1000010 0 10011 1001000 111 101100 1010011 111100

Color Harmonies of #EEC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC042

Black with #EEC042

Text Example


Text Example

White with #EEC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC042; }

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

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

background-color css

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

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

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

border-color css

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

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

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