Html Css Color HEX #EEC25A Cream Can

📋 copy color: '#EEC25A'

red 238 ◦ green 194 ◦ blue 90

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

Shades of Cream Can #EEC25A

Tints of Cream Can #EEC25A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

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

R = 45.59%
G = 37.16%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEC25A (or 0xEEC25A) is known color: Cream Can. HEX triplet: EE, C2 and 5A. RGB value is (238,194,90). Sum of RGB (Red+Green+Blue) = 238+194+90=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC25A is #113DA5. Grayscale: #C3C3C3. Windows color (decimal): -1129894 or 5948142. OLE color: 5948142.

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

Color convert

RGB 238 194 90 -
CMYK 0 0.18 0.62 0.07
HSL 42.16º 0.81% 0.64% -
HSV(B) 42.16º 0.62% 0.93% -
XYZ 56.4 57.5 17.8 -
YUV 195.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 238 194 90 0 0.18 0.62 0.07 42.16 0.81 0.64
Hex EE C2 5A 0 12 3E 7 2A 51 40
Octal 356 302 132 0 22 76 7 52 121 100
Binary 11101110 11000010 1011010 0 10010 111110 111 101010 1010001 1000000

Color Harmonies of #EEC25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC25A

Black with #EEC25A

Text Example


Text Example

White with #EEC25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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