Html Css Color HEX #EAB41E Gold Tips

📋 copy color: '#EAB41E'

red 234 ◦ green 180 ◦ blue 30

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

Shades of Gold Tips #EAB41E

Tints of Gold Tips #EAB41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.76%

R = 52.7%
G = 40.54%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAB41E (or 0xEAB41E) is known color: Gold Tips. HEX triplet: EA, B4 and 1E. RGB value is (234,180,30). Sum of RGB (Red+Green+Blue) = 234+180+30=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB41E is #154BE1. Grayscale: #B3B3B3. Windows color (decimal): -1395682 or 2012394. OLE color: 2012394.

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

Color convert

RGB 234 180 30 -
CMYK 0 0.23 0.87 0.08
HSL 44.12º 0.83% 0.52% -
HSV(B) 44.12º 0.87% 0.92% -
XYZ 50.49 50.23 8.26 -
YUV 179.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 234 180 30 0 0.23 0.87 0.08 44.12 0.83 0.52
Hex EA B4 1E 0 17 57 8 2C 53 34
Octal 352 264 36 0 27 127 10 54 123 64
Binary 11101010 10110100 11110 0 10111 1010111 1000 101100 1010011 110100

Color Harmonies of #EAB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB41E

Black with #EAB41E

Text Example


Text Example

White with #EAB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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