Html Css Color HEX #E0B42E Gold Tips

📋 copy color: '#E0B42E'

red 224 ◦ green 180 ◦ blue 46

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

Shades of Gold Tips #E0B42E

Tints of Gold Tips #E0B42E

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 46 (18.36% from 255) = 10.22%

R = 49.78%
G = 40%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0B42E (or 0xE0B42E) is known color: Gold Tips. HEX triplet: E0, B4 and 2E. RGB value is (224,180,46). Sum of RGB (Red+Green+Blue) = 224+180+46=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B42E is #1F4BD1. Grayscale: #B2B2B2. Windows color (decimal): -2051026 or 3060960. OLE color: 3060960.

HSL color Cylindrical-coordinate representation of color #E0B42E: hue angle of 45.17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0B42E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 46 -
CMYK 0 0.20 0.79 0.12
HSL 45.17º 0.74% 0.53% -
HSV(B) 45.17º 0.79% 0.88% -
XYZ 47.55 48.69 9.48 -
YUV 177.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 224 180 46 0 0.20 0.79 0.12 45.17 0.74 0.53
Hex E0 B4 2E 0 14 4F C 2D 4A 35
Octal 340 264 56 0 24 117 14 55 112 65
Binary 11100000 10110100 101110 0 10100 1001111 1100 101101 1001010 110101

Color Harmonies of #E0B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B42E

Black with #E0B42E

Text Example


Text Example

White with #E0B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B42E; }

 p { color: rgb(224,180,46); }

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

background-color css

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

 a { background-color: rgb(224,180,46); }

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

border-color css

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

 span { border-color: rgb(224,180,46); }

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