Html Css Color HEX #EAB32B Gold Tips

📋 copy color: '#EAB32B'

red 234 ◦ green 179 ◦ blue 43

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

Shades of Gold Tips #EAB32B

Tints of Gold Tips #EAB32B

RGB

 RED value IS 234 (91.8% from 255) = 51.32%

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 43 (17.19% from 255) = 9.43%

R = 51.32%
G = 39.25%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAB32B (or 0xEAB32B) is known color: Gold Tips. HEX triplet: EA, B3 and 2B. RGB value is (234,179,43). Sum of RGB (Red+Green+Blue) = 234+179+43=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB32B is #154CD4. Grayscale: #B4B4B4. Windows color (decimal): -1395925 or 2864106. OLE color: 2864106.

HSL color Cylindrical-coordinate representation of color #EAB32B: hue angle of 42.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAB32B is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 179 43 -
CMYK 0 0.24 0.82 0.08
HSL 42.72º 0.82% 0.54% -
HSV(B) 42.72º 0.82% 0.92% -
XYZ 50.49 49.91 9.26 -
YUV 179.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 234 179 43 0 0.24 0.82 0.08 42.72 0.82 0.54
Hex EA B3 2B 0 18 52 8 2B 52 36
Octal 352 263 53 0 30 122 10 53 122 66
Binary 11101010 10110011 101011 0 11000 1010010 1000 101011 1010010 110110

Color Harmonies of #EAB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB32B

Black with #EAB32B

Text Example


Text Example

White with #EAB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB32B; }

 p { color: rgb(234,179,43); }

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

background-color css

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

 a { background-color: rgb(234,179,43); }

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

border-color css

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

 span { border-color: rgb(234,179,43); }

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