Html Css Color HEX #E2C250 Cream Can

📋 copy color: '#E2C250'

red 226 ◦ green 194 ◦ blue 80

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

Shades of Cream Can #E2C250

Tints of Cream Can #E2C250

RGB

 RED value IS 226 (88.67% from 255) = 45.2%

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 45.2%
G = 38.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2C250 (or 0xE2C250) is known color: Cream Can. HEX triplet: E2, C2 and 50. RGB value is (226,194,80). Sum of RGB (Red+Green+Blue) = 226+194+80=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C250 is #1D3DAF. Grayscale: #BFBFBF. Windows color (decimal): -1916336 or 5292770. OLE color: 5292770.

HSL color Cylindrical-coordinate representation of color #E2C250: hue angle of 46.85º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2C250 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 194 80 -
CMYK 0 0.14 0.65 0.11
HSL 46.85º 0.72% 0.6% -
HSV(B) 46.85º 0.65% 0.89% -
XYZ 52.1 55.33 15.52 -
YUV 190.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 226 194 80 0 0.14 0.65 0.11 46.85 0.72 0.6
Hex E2 C2 50 0 E 41 B 2F 48 3C
Octal 342 302 120 0 16 101 13 57 110 74
Binary 11100010 11000010 1010000 0 1110 1000001 1011 101111 1001000 111100

Color Harmonies of #E2C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C250

Black with #E2C250

Text Example


Text Example

White with #E2C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C250; }

 p { color: rgb(226,194,80); }

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

background-color css

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

 a { background-color: rgb(226,194,80); }

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

border-color css

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

 span { border-color: rgb(226,194,80); }

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