Html Css Color HEX #EEBA40 Cream Can

📋 copy color: '#EEBA40'

red 238 ◦ green 186 ◦ blue 64

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

Shades of Cream Can #EEBA40

Tints of Cream Can #EEBA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 48.77%
G = 38.11%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEBA40 (or 0xEEBA40) is known color: Cream Can. HEX triplet: EE, BA and 40. RGB value is (238,186,64). Sum of RGB (Red+Green+Blue) = 238+186+64=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA40 is #1145BF. Grayscale: #BCBCBC. Windows color (decimal): -1131968 or 4242158. OLE color: 4242158.

HSL color Cylindrical-coordinate representation of color #EEBA40: hue angle of 42.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEBA40 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 64 -
CMYK 0 0.22 0.73 0.07
HSL 42.07º 0.84% 0.59% -
HSV(B) 42.07º 0.73% 0.93% -
XYZ 53.74 53.67 12.38 -
YUV 187.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 238 186 64 0 0.22 0.73 0.07 42.07 0.84 0.59
Hex EE BA 40 0 16 49 7 2A 54 3B
Octal 356 272 100 0 26 111 7 52 124 73
Binary 11101110 10111010 1000000 0 10110 1001001 111 101010 1010100 111011

Color Harmonies of #EEBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA40

Black with #EEBA40

Text Example


Text Example

White with #EEBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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