Html Css Color HEX #EEC956 Cream Can

📋 copy color: '#EEC956'

red 238 ◦ green 201 ◦ blue 86

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

Shades of Cream Can #EEC956

Tints of Cream Can #EEC956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.29%

 BLUE value IS 86 (33.98% from 255) = 16.38%

R = 45.33%
G = 38.29%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEC956 (or 0xEEC956) is known color: Cream Can. HEX triplet: EE, C9 and 56. RGB value is (238,201,86). Sum of RGB (Red+Green+Blue) = 238+201+86=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC956 is #1136A9. Grayscale: #C7C7C7. Windows color (decimal): -1128106 or 5687790. OLE color: 5687790.

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

Color convert

RGB 238 201 86 -
CMYK 0 0.16 0.64 0.07
HSL 45.39º 0.82% 0.64% -
HSV(B) 45.39º 0.64% 0.93% -
XYZ 57.83 60.62 17.46 -
YUV 198.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 238 201 86 0 0.16 0.64 0.07 45.39 0.82 0.64
Hex EE C9 56 0 10 40 7 2D 52 40
Octal 356 311 126 0 20 100 7 55 122 100
Binary 11101110 11001001 1010110 0 10000 1000000 111 101101 1010010 1000000

Color Harmonies of #EEC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC956

Black with #EEC956

Text Example


Text Example

White with #EEC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC956; }

 p { color: rgb(238,201,86); }

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

background-color css

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

 a { background-color: rgb(238,201,86); }

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

border-color css

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

 span { border-color: rgb(238,201,86); }

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