Html Css Color HEX #EEC95A Cream Can

📋 copy color: '#EEC95A'

red 238 ◦ green 201 ◦ blue 90

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

Shades of Cream Can #EEC95A

Tints of Cream Can #EEC95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.01%

R = 44.99%
G = 38%
B = 17.01%

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

#EEC95A (or 0xEEC95A) is known color: Cream Can. HEX triplet: EE, C9 and 5A. RGB value is (238,201,90). Sum of RGB (Red+Green+Blue) = 238+201+90=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC95A is #1136A5. Grayscale: #C7C7C7. Windows color (decimal): -1128102 or 5949934. OLE color: 5949934.

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

Color convert

RGB 238 201 90 -
CMYK 0 0.16 0.62 0.07
HSL 45º 0.81% 0.64% -
HSV(B) 45º 0.62% 0.93% -
XYZ 57.99 60.69 18.33 -
YUV 199.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 238 201 90 0 0.16 0.62 0.07 45 0.81 0.64
Hex EE C9 5A 0 10 3E 7 2D 51 40
Octal 356 311 132 0 20 76 7 55 121 100
Binary 11101110 11001001 1011010 0 10000 111110 111 101101 1010001 1000000

Color Harmonies of #EEC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC95A

Black with #EEC95A

Text Example


Text Example

White with #EEC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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