Html Css Color HEX #EEC045 Cream Can

📋 copy color: '#EEC045'

red 238 ◦ green 192 ◦ blue 69

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

Shades of Cream Can #EEC045

Tints of Cream Can #EEC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.48%

 BLUE value IS 69 (27.34% from 255) = 13.83%

R = 47.7%
G = 38.48%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEC045 (or 0xEEC045) is known color: Cream Can. HEX triplet: EE, C0 and 45. RGB value is (238,192,69). Sum of RGB (Red+Green+Blue) = 238+192+69=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC045 is #113FBA. Grayscale: #C0C0C0. Windows color (decimal): -1130427 or 4571374. OLE color: 4571374.

HSL color Cylindrical-coordinate representation of color #EEC045: hue angle of 43.67º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC045 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 69 -
CMYK 0 0.19 0.71 0.07
HSL 43.67º 0.83% 0.6% -
HSV(B) 43.67º 0.71% 0.93% -
XYZ 55.18 56.31 13.59 -
YUV 191.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 238 192 69 0 0.19 0.71 0.07 43.67 0.83 0.6
Hex EE C0 45 0 13 47 7 2C 53 3C
Octal 356 300 105 0 23 107 7 54 123 74
Binary 11101110 11000000 1000101 0 10011 1000111 111 101100 1010011 111100

Color Harmonies of #EEC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC045

Black with #EEC045

Text Example


Text Example

White with #EEC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC045; }

 p { color: rgb(238,192,69); }

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

background-color css

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

 a { background-color: rgb(238,192,69); }

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

border-color css

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

 span { border-color: rgb(238,192,69); }

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