Html Css Color HEX #EEC142 Cream Can

📋 copy color: '#EEC142'

red 238 ◦ green 193 ◦ blue 66

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

Shades of Cream Can #EEC142

Tints of Cream Can #EEC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

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

R = 47.89%
G = 38.83%
B = 13.28%

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

#EEC142 (or 0xEEC142) is known color: Cream Can. HEX triplet: EE, C1 and 42. RGB value is (238,193,66). Sum of RGB (Red+Green+Blue) = 238+193+66=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC142 is #113EBD. Grayscale: #C0C0C0. Windows color (decimal): -1130174 or 4375022. OLE color: 4375022.

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

Color convert

RGB 238 193 66 -
CMYK 0 0.19 0.72 0.07
HSL 44.3º 0.83% 0.6% -
HSV(B) 44.3º 0.72% 0.93% -
XYZ 55.31 56.71 13.19 -
YUV 191.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 238 193 66 0 0.19 0.72 0.07 44.3 0.83 0.6
Hex EE C1 42 0 13 48 7 2C 53 3C
Octal 356 301 102 0 23 110 7 54 123 74
Binary 11101110 11000001 1000010 0 10011 1001000 111 101100 1010011 111100

Color Harmonies of #EEC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC142

Black with #EEC142

Text Example


Text Example

White with #EEC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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