Html Css Color HEX #EEC75C Cream Can

📋 copy color: '#EEC75C'

red 238 ◦ green 199 ◦ blue 92

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

Shades of Cream Can #EEC75C

Tints of Cream Can #EEC75C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

 BLUE value IS 92 (36.33% from 255) = 17.39%

R = 44.99%
G = 37.62%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEC75C (or 0xEEC75C) is known color: Cream Can. HEX triplet: EE, C7 and 5C. RGB value is (238,199,92). Sum of RGB (Red+Green+Blue) = 238+199+92=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC75C is #1138A3. Grayscale: #C6C6C6. Windows color (decimal): -1128612 or 6080494. OLE color: 6080494.

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

Color convert

RGB 238 199 92 -
CMYK 0 0.16 0.61 0.07
HSL 43.97º 0.81% 0.65% -
HSV(B) 43.97º 0.61% 0.93% -
XYZ 57.62 59.8 18.63 -
YUV 198.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 238 199 92 0 0.16 0.61 0.07 43.97 0.81 0.65
Hex EE C7 5C 0 10 3D 7 2C 51 41
Octal 356 307 134 0 20 75 7 54 121 101
Binary 11101110 11000111 1011100 0 10000 111101 111 101100 1010001 1000001

Color Harmonies of #EEC75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC75C

Black with #EEC75C

Text Example


Text Example

White with #EEC75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC75C; }

 p { color: rgb(238,199,92); }

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

background-color css

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

 a { background-color: rgb(238,199,92); }

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

border-color css

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

 span { border-color: rgb(238,199,92); }

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