Html Css Color HEX #EDAB1A Gold Tips

📋 copy color: '#EDAB1A'

red 237 ◦ green 171 ◦ blue 26

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

Shades of Gold Tips #EDAB1A

Tints of Gold Tips #EDAB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.99%

R = 54.61%
G = 39.4%
B = 5.99%

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

#EDAB1A (or 0xEDAB1A) is known color: Gold Tips. HEX triplet: ED, AB and 1A. RGB value is (237,171,26). Sum of RGB (Red+Green+Blue) = 237+171+26=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB1A is #1254E5. Grayscale: #AEAEAE. Windows color (decimal): -1201382 or 1747949. OLE color: 1747949.

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

Color convert

RGB 237 171 26 -
CMYK 0 0.28 0.89 0.07
HSL 41.23º 0.85% 0.52% -
HSV(B) 41.23º 0.89% 0.93% -
XYZ 49.67 47.2 7.47 -
YUV 174.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 237 171 26 0 0.28 0.89 0.07 41.23 0.85 0.52
Hex ED AB 1A 0 1C 59 7 29 55 34
Octal 355 253 32 0 34 131 7 51 125 64
Binary 11101101 10101011 11010 0 11100 1011001 111 101001 1010101 110100

Color Harmonies of #EDAB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB1A

Black with #EDAB1A

Text Example


Text Example

White with #EDAB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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