Html Css Color HEX #EDAB19 Gold Tips

📋 copy color: '#EDAB19'

red 237 ◦ green 171 ◦ blue 25

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

Shades of Gold Tips #EDAB19

Tints of Gold Tips #EDAB19

RGB

 RED value IS 237 (92.97% from 255) = 54.73%

 GREEN value IS 171 (67.19% from 255) = 39.49%

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 54.73%
G = 39.49%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDAB19 (or 0xEDAB19) is known color: Gold Tips. HEX triplet: ED, AB and 19. RGB value is (237,171,25). Sum of RGB (Red+Green+Blue) = 237+171+25=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB19 is #1254E6. Grayscale: #AEAEAE. Windows color (decimal): -1201383 or 1682413. OLE color: 1682413.

HSL color Cylindrical-coordinate representation of color #EDAB19: hue angle of 41.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDAB19 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 25 -
CMYK 0 0.28 0.89 0.07
HSL 41.32º 0.85% 0.51% -
HSV(B) 41.32º 0.89% 0.93% -
XYZ 49.66 47.2 7.41 -
YUV 174.09 43.87 172.87 -
System Red Green Blue C M Y K H S L
Decimal 237 171 25 0 0.28 0.89 0.07 41.32 0.85 0.51
Hex ED AB 19 0 1C 59 7 29 55 33
Octal 355 253 31 0 34 131 7 51 125 63
Binary 11101101 10101011 11001 0 11100 1011001 111 101001 1010101 110011

Color Harmonies of #EDAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB19

Black with #EDAB19

Text Example


Text Example

White with #EDAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB19; }

 p { color: rgb(237,171,25); }

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

background-color css

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

 a { background-color: rgb(237,171,25); }

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

border-color css

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

 span { border-color: rgb(237,171,25); }

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