Html Css Color HEX #E9B414 Gold Tips

📋 copy color: '#E9B414'

red 233 ◦ green 180 ◦ blue 20

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

Shades of Gold Tips #E9B414

Tints of Gold Tips #E9B414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 53.81%
G = 41.57%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E9B414 (or 0xE9B414) is known color: Gold Tips. HEX triplet: E9, B4 and 14. RGB value is (233,180,20). Sum of RGB (Red+Green+Blue) = 233+180+20=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B414 is #164BEB. Grayscale: #B2B2B2. Windows color (decimal): -1461228 or 1357033. OLE color: 1357033.

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

Color convert

RGB 233 180 20 -
CMYK 0 0.23 0.91 0.09
HSL 45.07º 0.84% 0.5% -
HSV(B) 45.07º 0.91% 0.91% -
XYZ 50.05 50.02 7.68 -
YUV 177.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 233 180 20 0 0.23 0.91 0.09 45.07 0.84 0.5
Hex E9 B4 14 0 17 5B 9 2D 54 32
Octal 351 264 24 0 27 133 11 55 124 62
Binary 11101001 10110100 10100 0 10111 1011011 1001 101101 1010100 110010

Color Harmonies of #E9B414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B414

Black with #E9B414

Text Example


Text Example

White with #E9B414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B414; }

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

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

background-color css

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

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

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

border-color css

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

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

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