Html Css Color HEX #EAB41C Gold Tips

📋 copy color: '#EAB41C'

red 234 ◦ green 180 ◦ blue 28

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

Shades of Gold Tips #EAB41C

Tints of Gold Tips #EAB41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.33%

R = 52.94%
G = 40.72%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAB41C (or 0xEAB41C) is known color: Gold Tips. HEX triplet: EA, B4 and 1C. RGB value is (234,180,28). Sum of RGB (Red+Green+Blue) = 234+180+28=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB41C is #154BE3. Grayscale: #B3B3B3. Windows color (decimal): -1395684 or 1881322. OLE color: 1881322.

HSL color Cylindrical-coordinate representation of color #EAB41C: hue angle of 44.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAB41C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 28 -
CMYK 0 0.23 0.88 0.08
HSL 44.27º 0.83% 0.51% -
HSV(B) 44.27º 0.88% 0.92% -
XYZ 50.46 50.22 8.13 -
YUV 178.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 234 180 28 0 0.23 0.88 0.08 44.27 0.83 0.51
Hex EA B4 1C 0 17 58 8 2C 53 33
Octal 352 264 34 0 27 130 10 54 123 63
Binary 11101010 10110100 11100 0 10111 1011000 1000 101100 1010011 110011

Color Harmonies of #EAB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB41C

Black with #EAB41C

Text Example


Text Example

White with #EAB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB41C; }

 p { color: rgb(234,180,28); }

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

background-color css

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

 a { background-color: rgb(234,180,28); }

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

border-color css

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

 span { border-color: rgb(234,180,28); }

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