Html Css Color HEX #EEBA46 Cream Can

📋 copy color: '#EEBA46'

red 238 ◦ green 186 ◦ blue 70

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

Shades of Cream Can #EEBA46

Tints of Cream Can #EEBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.17%

R = 48.18%
G = 37.65%
B = 14.17%

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

#EEBA46 (or 0xEEBA46) is known color: Cream Can. HEX triplet: EE, BA and 46. RGB value is (238,186,70). Sum of RGB (Red+Green+Blue) = 238+186+70=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA46 is #1145B9. Grayscale: #BCBCBC. Windows color (decimal): -1131962 or 4635374. OLE color: 4635374.

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

Color convert

RGB 238 186 70 -
CMYK 0 0.22 0.71 0.07
HSL 41.43º 0.83% 0.6% -
HSV(B) 41.43º 0.71% 0.93% -
XYZ 53.92 53.74 13.32 -
YUV 188.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 238 186 70 0 0.22 0.71 0.07 41.43 0.83 0.6
Hex EE BA 46 0 16 47 7 29 53 3C
Octal 356 272 106 0 26 107 7 51 123 74
Binary 11101110 10111010 1000110 0 10110 1000111 111 101001 1010011 111100

Color Harmonies of #EEBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA46

Black with #EEBA46

Text Example


Text Example

White with #EEBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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