Html Css Color HEX #EEC95B Cream Can

📋 copy color: '#EEC95B'

red 238 ◦ green 201 ◦ blue 91

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

Shades of Cream Can #EEC95B

Tints of Cream Can #EEC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.17%

R = 44.91%
G = 37.92%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEC95B (or 0xEEC95B) is known color: Cream Can. HEX triplet: EE, C9 and 5B. RGB value is (238,201,91). Sum of RGB (Red+Green+Blue) = 238+201+91=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC95B is #1136A4. Grayscale: #C7C7C7. Windows color (decimal): -1128101 or 6015470. OLE color: 6015470.

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

Color convert

RGB 238 201 91 -
CMYK 0 0.16 0.62 0.07
HSL 44.9º 0.81% 0.65% -
HSV(B) 44.9º 0.62% 0.93% -
XYZ 58.03 60.71 18.56 -
YUV 199.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 238 201 91 0 0.16 0.62 0.07 44.9 0.81 0.65
Hex EE C9 5B 0 10 3E 7 2D 51 41
Octal 356 311 133 0 20 76 7 55 121 101
Binary 11101110 11001001 1011011 0 10000 111110 111 101101 1010001 1000001

Color Harmonies of #EEC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC95B

Black with #EEC95B

Text Example


Text Example

White with #EEC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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