Html Css Color HEX #EEC45C Cream Can

📋 copy color: '#EEC45C'

red 238 ◦ green 196 ◦ blue 92

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

Shades of Cream Can #EEC45C

Tints of Cream Can #EEC45C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

 BLUE value IS 92 (36.33% from 255) = 17.49%

R = 45.25%
G = 37.26%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEC45C (or 0xEEC45C) is known color: Cream Can. HEX triplet: EE, C4 and 5C. RGB value is (238,196,92). Sum of RGB (Red+Green+Blue) = 238+196+92=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC45C is #113BA3. Grayscale: #C5C5C5. Windows color (decimal): -1129380 or 6079726. OLE color: 6079726.

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

Color convert

RGB 238 196 92 -
CMYK 0 0.18 0.61 0.07
HSL 42.74º 0.81% 0.65% -
HSV(B) 42.74º 0.61% 0.93% -
XYZ 56.93 58.43 18.4 -
YUV 196.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 238 196 92 0 0.18 0.61 0.07 42.74 0.81 0.65
Hex EE C4 5C 0 12 3D 7 2B 51 41
Octal 356 304 134 0 22 75 7 53 121 101
Binary 11101110 11000100 1011100 0 10010 111101 111 101011 1010001 1000001

Color Harmonies of #EEC45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC45C

Black with #EEC45C

Text Example


Text Example

White with #EEC45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC45C; }

 p { color: rgb(238,196,92); }

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

background-color css

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

 a { background-color: rgb(238,196,92); }

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

border-color css

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

 span { border-color: rgb(238,196,92); }

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