Html Css Color HEX #EEC05E Cream Can

📋 copy color: '#EEC05E'

red 238 ◦ green 192 ◦ blue 94

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

Shades of Cream Can #EEC05E

Tints of Cream Can #EEC05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 45.42%
G = 36.64%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEC05E (or 0xEEC05E) is known color: Cream Can. HEX triplet: EE, C0 and 5E. RGB value is (238,192,94). Sum of RGB (Red+Green+Blue) = 238+192+94=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC05E is #113FA1. Grayscale: #C3C3C3. Windows color (decimal): -1130402 or 6209774. OLE color: 6209774.

HSL color Cylindrical-coordinate representation of color #EEC05E: hue angle of 40.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEC05E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 94 -
CMYK 0 0.19 0.61 0.07
HSL 40.83º 0.81% 0.65% -
HSV(B) 40.83º 0.61% 0.93% -
XYZ 56.13 56.68 18.57 -
YUV 194.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 238 192 94 0 0.19 0.61 0.07 40.83 0.81 0.65
Hex EE C0 5E 0 13 3D 7 29 51 41
Octal 356 300 136 0 23 75 7 51 121 101
Binary 11101110 11000000 1011110 0 10011 111101 111 101001 1010001 1000001

Color Harmonies of #EEC05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC05E

Black with #EEC05E

Text Example


Text Example

White with #EEC05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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