Html Css Color HEX #EEC55F Cream Can

📋 copy color: '#EEC55F'

red 238 ◦ green 197 ◦ blue 95

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

Shades of Cream Can #EEC55F

Tints of Cream Can #EEC55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

 BLUE value IS 95 (37.5% from 255) = 17.92%

R = 44.91%
G = 37.17%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEC55F (or 0xEEC55F) is known color: Cream Can. HEX triplet: EE, C5 and 5F. RGB value is (238,197,95). Sum of RGB (Red+Green+Blue) = 238+197+95=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC55F is #113AA0. Grayscale: #C6C6C6. Windows color (decimal): -1129121 or 6276590. OLE color: 6276590.

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

Color convert

RGB 238 197 95 -
CMYK 0 0.17 0.60 0.07
HSL 42.8º 0.81% 0.65% -
HSV(B) 42.8º 0.6% 0.93% -
XYZ 57.29 58.94 19.18 -
YUV 197.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 238 197 95 0 0.17 0.60 0.07 42.8 0.81 0.65
Hex EE C5 5F 0 11 3C 7 2B 51 41
Octal 356 305 137 0 21 74 7 53 121 101
Binary 11101110 11000101 1011111 0 10001 111100 111 101011 1010001 1000001

Color Harmonies of #EEC55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC55F

Black with #EEC55F

Text Example


Text Example

White with #EEC55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC55F; }

 p { color: rgb(238,197,95); }

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

background-color css

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

 a { background-color: rgb(238,197,95); }

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

border-color css

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

 span { border-color: rgb(238,197,95); }

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