Html Css Color HEX #EEC058 Cream Can

📋 copy color: '#EEC058'

red 238 ◦ green 192 ◦ blue 88

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

Shades of Cream Can #EEC058

Tints of Cream Can #EEC058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.99%

R = 45.95%
G = 37.07%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EEC058 (or 0xEEC058) is known color: Cream Can. HEX triplet: EE, C0 and 58. RGB value is (238,192,88). Sum of RGB (Red+Green+Blue) = 238+192+88=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC058 is #113FA7. Grayscale: #C2C2C2. Windows color (decimal): -1130408 or 5816558. OLE color: 5816558.

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

Color convert

RGB 238 192 88 -
CMYK 0 0.19 0.63 0.07
HSL 41.6º 0.82% 0.64% -
HSV(B) 41.6º 0.63% 0.93% -
XYZ 55.87 56.58 17.21 -
YUV 193.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 238 192 88 0 0.19 0.63 0.07 41.6 0.82 0.64
Hex EE C0 58 0 13 3F 7 2A 52 40
Octal 356 300 130 0 23 77 7 52 122 100
Binary 11101110 11000000 1011000 0 10011 111111 111 101010 1010010 1000000

Color Harmonies of #EEC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC058

Black with #EEC058

Text Example


Text Example

White with #EEC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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