Html Css Color HEX #E5C150 Cream Can

📋 copy color: '#E5C150'

red 229 ◦ green 193 ◦ blue 80

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

Shades of Cream Can #E5C150

Tints of Cream Can #E5C150

RGB

 RED value IS 229 (89.84% from 255) = 45.62%

 GREEN value IS 193 (75.78% from 255) = 38.45%

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

R = 45.62%
G = 38.45%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5C150 (or 0xE5C150) is known color: Cream Can. HEX triplet: E5, C1 and 50. RGB value is (229,193,80). Sum of RGB (Red+Green+Blue) = 229+193+80=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C150 is #1A3EAF. Grayscale: #BFBFBF. Windows color (decimal): -1719984 or 5292517. OLE color: 5292517.

HSL color Cylindrical-coordinate representation of color #E5C150: hue angle of 45.5º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5C150 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 193 80 -
CMYK 0 0.16 0.65 0.10
HSL 45.5º 0.74% 0.61% -
HSV(B) 45.5º 0.65% 0.9% -
XYZ 52.83 55.38 15.49 -
YUV 190.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 229 193 80 0 0.16 0.65 0.10 45.5 0.74 0.61
Hex E5 C1 50 0 10 41 A 2E 4A 3D
Octal 345 301 120 0 20 101 12 56 112 75
Binary 11100101 11000001 1010000 0 10000 1000001 1010 101110 1001010 111101

Color Harmonies of #E5C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C150

Black with #E5C150

Text Example


Text Example

White with #E5C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C150; }

 p { color: rgb(229,193,80); }

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

background-color css

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

 a { background-color: rgb(229,193,80); }

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

border-color css

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

 span { border-color: rgb(229,193,80); }

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