Html Css Color HEX #E0B92D Gold Tips

📋 copy color: '#E0B92D'

red 224 ◦ green 185 ◦ blue 45

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

Shades of Gold Tips #E0B92D

Tints of Gold Tips #E0B92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 49.34%
G = 40.75%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0B92D (or 0xE0B92D) is known color: Gold Tips. HEX triplet: E0, B9 and 2D. RGB value is (224,185,45). Sum of RGB (Red+Green+Blue) = 224+185+45=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B92D is #1F46D2. Grayscale: #B5B5B5. Windows color (decimal): -2049747 or 2996704. OLE color: 2996704.

HSL color Cylindrical-coordinate representation of color #E0B92D: hue angle of 46.93º 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 #E0B92D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 185 45 -
CMYK 0 0.17 0.80 0.12
HSL 46.93º 0.74% 0.53% -
HSV(B) 46.93º 0.8% 0.88% -
XYZ 48.56 50.73 9.72 -
YUV 180.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 224 185 45 0 0.17 0.80 0.12 46.93 0.74 0.53
Hex E0 B9 2D 0 11 50 C 2F 4A 35
Octal 340 271 55 0 21 120 14 57 112 65
Binary 11100000 10111001 101101 0 10001 1010000 1100 101111 1001010 110101

Color Harmonies of #E0B92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B92D

Black with #E0B92D

Text Example


Text Example

White with #E0B92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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