Html Css Color HEX #E9AF2C Gold Tips

📋 copy color: '#E9AF2C'

red 233 ◦ green 175 ◦ blue 44

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

Shades of Gold Tips #E9AF2C

Tints of Gold Tips #E9AF2C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 51.55%
G = 38.72%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9AF2C (or 0xE9AF2C) is known color: Gold Tips. HEX triplet: E9, AF and 2C. RGB value is (233,175,44). Sum of RGB (Red+Green+Blue) = 233+175+44=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF2C is #1650D3. Grayscale: #B1B1B1. Windows color (decimal): -1462484 or 2928617. OLE color: 2928617.

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

Color convert

RGB 233 175 44 -
CMYK 0 0.25 0.81 0.09
HSL 41.59º 0.81% 0.54% -
HSV(B) 41.59º 0.81% 0.91% -
XYZ 49.39 48.17 9.08 -
YUV 177.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 233 175 44 0 0.25 0.81 0.09 41.59 0.81 0.54
Hex E9 AF 2C 0 19 51 9 2A 51 36
Octal 351 257 54 0 31 121 11 52 121 66
Binary 11101001 10101111 101100 0 11001 1010001 1001 101010 1010001 110110

Color Harmonies of #E9AF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF2C

Black with #E9AF2C

Text Example


Text Example

White with #E9AF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF2C; }

 p { color: rgb(233,175,44); }

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

background-color css

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

 a { background-color: rgb(233,175,44); }

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

border-color css

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

 span { border-color: rgb(233,175,44); }

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