Html Css Color HEX #EDAF1A Gold Tips

📋 copy color: '#EDAF1A'

red 237 ◦ green 175 ◦ blue 26

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

Shades of Gold Tips #EDAF1A

Tints of Gold Tips #EDAF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

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

R = 54.11%
G = 39.95%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDAF1A (or 0xEDAF1A) is known color: Gold Tips. HEX triplet: ED, AF and 1A. RGB value is (237,175,26). Sum of RGB (Red+Green+Blue) = 237+175+26=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF1A is #1250E5. Grayscale: #B1B1B1. Windows color (decimal): -1200358 or 1748973. OLE color: 1748973.

HSL color Cylindrical-coordinate representation of color #EDAF1A: hue angle of 42.37º 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 #EDAF1A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 26 -
CMYK 0 0.26 0.89 0.07
HSL 42.37º 0.85% 0.52% -
HSV(B) 42.37º 0.89% 0.93% -
XYZ 50.44 48.74 7.73 -
YUV 176.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 237 175 26 0 0.26 0.89 0.07 42.37 0.85 0.52
Hex ED AF 1A 0 1A 59 7 2A 55 34
Octal 355 257 32 0 32 131 7 52 125 64
Binary 11101101 10101111 11010 0 11010 1011001 111 101010 1010101 110100

Color Harmonies of #EDAF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF1A

Black with #EDAF1A

Text Example


Text Example

White with #EDAF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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