Html Css Color HEX #E0B926 Gold Tips

📋 copy color: '#E0B926'

red 224 ◦ green 185 ◦ blue 38

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

Shades of Gold Tips #E0B926

Tints of Gold Tips #E0B926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.5%

R = 50.11%
G = 41.39%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0B926 (or 0xE0B926) is known color: Gold Tips. HEX triplet: E0, B9 and 26. RGB value is (224,185,38). Sum of RGB (Red+Green+Blue) = 224+185+38=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B926 is #1F46D9. Grayscale: #B4B4B4. Windows color (decimal): -2049754 or 2537952. OLE color: 2537952.

HSL color Cylindrical-coordinate representation of color #E0B926: hue angle of 47.42º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0B926 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 185 38 -
CMYK 0 0.17 0.83 0.12
HSL 47.42º 0.75% 0.51% -
HSV(B) 47.42º 0.83% 0.88% -
XYZ 48.44 50.69 9.06 -
YUV 179.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 224 185 38 0 0.17 0.83 0.12 47.42 0.75 0.51
Hex E0 B9 26 0 11 53 C 2F 4B 33
Octal 340 271 46 0 21 123 14 57 113 63
Binary 11100000 10111001 100110 0 10001 1010011 1100 101111 1001011 110011

Color Harmonies of #E0B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B926

Black with #E0B926

Text Example


Text Example

White with #E0B926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B926; }

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

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

background-color css

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

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

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

border-color css

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

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

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