Html Css Color HEX #E0BB26 Gold Tips

📋 copy color: '#E0BB26'

red 224 ◦ green 187 ◦ blue 38

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

Shades of Gold Tips #E0BB26

Tints of Gold Tips #E0BB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

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

R = 49.89%
G = 41.65%
B = 8.46%

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

#E0BB26 (or 0xE0BB26) is known color: Gold Tips. HEX triplet: E0, BB and 26. RGB value is (224,187,38). Sum of RGB (Red+Green+Blue) = 224+187+38=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB26 is #1F44D9. Grayscale: #B5B5B5. Windows color (decimal): -2049242 or 2538464. OLE color: 2538464.

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

Color convert

RGB 224 187 38 -
CMYK 0 0.17 0.83 0.12
HSL 48.06º 0.75% 0.51% -
HSV(B) 48.06º 0.83% 0.88% -
XYZ 48.86 51.53 9.2 -
YUV 181.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 224 187 38 0 0.17 0.83 0.12 48.06 0.75 0.51
Hex E0 BB 26 0 11 53 C 30 4B 33
Octal 340 273 46 0 21 123 14 60 113 63
Binary 11100000 10111011 100110 0 10001 1010011 1100 110000 1001011 110011

Color Harmonies of #E0BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB26

Black with #E0BB26

Text Example


Text Example

White with #E0BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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