Html Css Color HEX #E9B413 Gold Tips

📋 copy color: '#E9B413'

red 233 ◦ green 180 ◦ blue 19

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

Shades of Gold Tips #E9B413

Tints of Gold Tips #E9B413

RGB

 RED value IS 233 (91.41% from 255) = 53.94%

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

 BLUE value IS 19 (7.81% from 255) = 4.4%

R = 53.94%
G = 41.67%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E9B413 (or 0xE9B413) is known color: Gold Tips. HEX triplet: E9, B4 and 13. RGB value is (233,180,19). Sum of RGB (Red+Green+Blue) = 233+180+19=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B413 is #164BEC. Grayscale: #B2B2B2. Windows color (decimal): -1461229 or 1291497. OLE color: 1291497.

HSL color Cylindrical-coordinate representation of color #E9B413: hue angle of 45.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9B413 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 180 19 -
CMYK 0 0.23 0.92 0.09
HSL 45.14º 0.85% 0.49% -
HSV(B) 45.14º 0.92% 0.91% -
XYZ 50.04 50.01 7.63 -
YUV 177.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 233 180 19 0 0.23 0.92 0.09 45.14 0.85 0.49
Hex E9 B4 13 0 17 5C 9 2D 55 31
Octal 351 264 23 0 27 134 11 55 125 61
Binary 11101001 10110100 10011 0 10111 1011100 1001 101101 1010101 110001

Color Harmonies of #E9B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B413

Black with #E9B413

Text Example


Text Example

White with #E9B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B413; }

 p { color: rgb(233,180,19); }

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

background-color css

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

 a { background-color: rgb(233,180,19); }

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

border-color css

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

 span { border-color: rgb(233,180,19); }

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