Html Css Color HEX #EEBC50 Cream Can

📋 copy color: '#EEBC50'

red 238 ◦ green 188 ◦ blue 80

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

Shades of Cream Can #EEBC50

Tints of Cream Can #EEBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 80 (31.64% from 255) = 15.81%

R = 47.04%
G = 37.15%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEBC50 (or 0xEEBC50) is known color: Cream Can. HEX triplet: EE, BC and 50. RGB value is (238,188,80). Sum of RGB (Red+Green+Blue) = 238+188+80=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC50 is #1143AF. Grayscale: #BFBFBF. Windows color (decimal): -1131440 or 5291246. OLE color: 5291246.

HSL color Cylindrical-coordinate representation of color #EEBC50: hue angle of 41.01º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEBC50 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 80 -
CMYK 0 0.21 0.66 0.07
HSL 41.01º 0.82% 0.62% -
HSV(B) 41.01º 0.66% 0.93% -
XYZ 54.69 54.72 15.27 -
YUV 190.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 238 188 80 0 0.21 0.66 0.07 41.01 0.82 0.62
Hex EE BC 50 0 15 42 7 29 52 3E
Octal 356 274 120 0 25 102 7 51 122 76
Binary 11101110 10111100 1010000 0 10101 1000010 111 101001 1010010 111110

Color Harmonies of #EEBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC50

Black with #EEBC50

Text Example


Text Example

White with #EEBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC50; }

 p { color: rgb(238,188,80); }

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

background-color css

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

 a { background-color: rgb(238,188,80); }

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

border-color css

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

 span { border-color: rgb(238,188,80); }

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