Html Css Color HEX #E0B82D Gold Tips

📋 copy color: '#E0B82D'

red 224 ◦ green 184 ◦ blue 45

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

Shades of Gold Tips #E0B82D

Tints of Gold Tips #E0B82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 49.45%
G = 40.62%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0B82D (or 0xE0B82D) is known color: Gold Tips. HEX triplet: E0, B8 and 2D. RGB value is (224,184,45). Sum of RGB (Red+Green+Blue) = 224+184+45=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B82D is #1F47D2. Grayscale: #B4B4B4. Windows color (decimal): -2050003 or 2996448. OLE color: 2996448.

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

Color convert

RGB 224 184 45 -
CMYK 0 0.18 0.80 0.12
HSL 46.59º 0.74% 0.53% -
HSV(B) 46.59º 0.8% 0.88% -
XYZ 48.35 50.32 9.65 -
YUV 180.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 224 184 45 0 0.18 0.80 0.12 46.59 0.74 0.53
Hex E0 B8 2D 0 12 50 C 2F 4A 35
Octal 340 270 55 0 22 120 14 57 112 65
Binary 11100000 10111000 101101 0 10010 1010000 1100 101111 1001010 110101

Color Harmonies of #E0B82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B82D

Black with #E0B82D

Text Example


Text Example

White with #E0B82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B82D; }

 p { color: rgb(224,184,45); }

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

background-color css

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

 a { background-color: rgb(224,184,45); }

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

border-color css

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

 span { border-color: rgb(224,184,45); }

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