Html Css Color HEX #EEC85C Cream Can

📋 copy color: '#EEC85C'

red 238 ◦ green 200 ◦ blue 92

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

Shades of Cream Can #EEC85C

Tints of Cream Can #EEC85C

RGB

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

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

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

R = 44.91%
G = 37.74%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEC85C (or 0xEEC85C) is known color: Cream Can. HEX triplet: EE, C8 and 5C. RGB value is (238,200,92). Sum of RGB (Red+Green+Blue) = 238+200+92=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC85C is #1137A3. Grayscale: #C7C7C7. Windows color (decimal): -1128356 or 6080750. OLE color: 6080750.

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

Color convert

RGB 238 200 92 -
CMYK 0 0.16 0.61 0.07
HSL 44.38º 0.81% 0.65% -
HSV(B) 44.38º 0.61% 0.93% -
XYZ 57.85 60.26 18.71 -
YUV 199.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 238 200 92 0 0.16 0.61 0.07 44.38 0.81 0.65
Hex EE C8 5C 0 10 3D 7 2C 51 41
Octal 356 310 134 0 20 75 7 54 121 101
Binary 11101110 11001000 1011100 0 10000 111101 111 101100 1010001 1000001

Color Harmonies of #EEC85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC85C

Black with #EEC85C

Text Example


Text Example

White with #EEC85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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