Html Css Color HEX #EEC852 Cream Can

📋 copy color: '#EEC852'

red 238 ◦ green 200 ◦ blue 82

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

Shades of Cream Can #EEC852

Tints of Cream Can #EEC852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

 BLUE value IS 82 (32.42% from 255) = 15.77%

R = 45.77%
G = 38.46%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEC852 (or 0xEEC852) is known color: Cream Can. HEX triplet: EE, C8 and 52. RGB value is (238,200,82). Sum of RGB (Red+Green+Blue) = 238+200+82=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC852 is #1137AD. Grayscale: #C6C6C6. Windows color (decimal): -1128366 or 5425390. OLE color: 5425390.

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

Color convert

RGB 238 200 82 -
CMYK 0 0.16 0.66 0.07
HSL 45.38º 0.82% 0.63% -
HSV(B) 45.38º 0.66% 0.93% -
XYZ 57.44 60.09 16.55 -
YUV 197.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 238 200 82 0 0.16 0.66 0.07 45.38 0.82 0.63
Hex EE C8 52 0 10 42 7 2D 52 3F
Octal 356 310 122 0 20 102 7 55 122 77
Binary 11101110 11001000 1010010 0 10000 1000010 111 101101 1010010 111111

Color Harmonies of #EEC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC852

Black with #EEC852

Text Example


Text Example

White with #EEC852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC852; }

 p { color: rgb(238,200,82); }

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

background-color css

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

 a { background-color: rgb(238,200,82); }

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

border-color css

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

 span { border-color: rgb(238,200,82); }

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