Html Css Color HEX #EEC45D Cream Can

📋 copy color: '#EEC45D'

red 238 ◦ green 196 ◦ blue 93

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

Shades of Cream Can #EEC45D

Tints of Cream Can #EEC45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.19%

 BLUE value IS 93 (36.72% from 255) = 17.65%

R = 45.16%
G = 37.19%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEC45D (or 0xEEC45D) is known color: Cream Can. HEX triplet: EE, C4 and 5D. RGB value is (238,196,93). Sum of RGB (Red+Green+Blue) = 238+196+93=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC45D is #113BA2. Grayscale: #C5C5C5. Windows color (decimal): -1129379 or 6145262. OLE color: 6145262.

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

Color convert

RGB 238 196 93 -
CMYK 0 0.18 0.61 0.07
HSL 42.62º 0.81% 0.65% -
HSV(B) 42.62º 0.61% 0.93% -
XYZ 56.98 58.45 18.63 -
YUV 196.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 238 196 93 0 0.18 0.61 0.07 42.62 0.81 0.65
Hex EE C4 5D 0 12 3D 7 2B 51 41
Octal 356 304 135 0 22 75 7 53 121 101
Binary 11101110 11000100 1011101 0 10010 111101 111 101011 1010001 1000001

Color Harmonies of #EEC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC45D

Black with #EEC45D

Text Example


Text Example

White with #EEC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC45D; }

 p { color: rgb(238,196,93); }

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

background-color css

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

 a { background-color: rgb(238,196,93); }

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

border-color css

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

 span { border-color: rgb(238,196,93); }

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