Html Css Color HEX #EEC352 Cream Can

📋 copy color: '#EEC352'

red 238 ◦ green 195 ◦ blue 82

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

Shades of Cream Can #EEC352

Tints of Cream Can #EEC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

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

R = 46.21%
G = 37.86%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEC352 (or 0xEEC352) is known color: Cream Can. HEX triplet: EE, C3 and 52. RGB value is (238,195,82). Sum of RGB (Red+Green+Blue) = 238+195+82=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC352 is #113CAD. Grayscale: #C3C3C3. Windows color (decimal): -1129646 or 5424110. OLE color: 5424110.

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

Color convert

RGB 238 195 82 -
CMYK 0 0.18 0.66 0.07
HSL 43.46º 0.82% 0.63% -
HSV(B) 43.46º 0.66% 0.93% -
XYZ 56.3 57.82 16.18 -
YUV 194.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 238 195 82 0 0.18 0.66 0.07 43.46 0.82 0.63
Hex EE C3 52 0 12 42 7 2B 52 3F
Octal 356 303 122 0 22 102 7 53 122 77
Binary 11101110 11000011 1010010 0 10010 1000010 111 101011 1010010 111111

Color Harmonies of #EEC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC352

Black with #EEC352

Text Example


Text Example

White with #EEC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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