Html Css Color HEX #EEBA45 Cream Can

📋 copy color: '#EEBA45'

red 238 ◦ green 186 ◦ blue 69

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

Shades of Cream Can #EEBA45

Tints of Cream Can #EEBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

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

R = 48.28%
G = 37.73%
B = 14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEBA45 (or 0xEEBA45) is known color: Cream Can. HEX triplet: EE, BA and 45. RGB value is (238,186,69). Sum of RGB (Red+Green+Blue) = 238+186+69=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA45 is #1145BA. Grayscale: #BCBCBC. Windows color (decimal): -1131963 or 4569838. OLE color: 4569838.

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

Color convert

RGB 238 186 69 -
CMYK 0 0.22 0.71 0.07
HSL 41.54º 0.83% 0.6% -
HSV(B) 41.54º 0.71% 0.93% -
XYZ 53.89 53.72 13.16 -
YUV 188.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 238 186 69 0 0.22 0.71 0.07 41.54 0.83 0.6
Hex EE BA 45 0 16 47 7 2A 53 3C
Octal 356 272 105 0 26 107 7 52 123 74
Binary 11101110 10111010 1000101 0 10110 1000111 111 101010 1010011 111100

Color Harmonies of #EEBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA45

Black with #EEBA45

Text Example


Text Example

White with #EEBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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