Html Css Color HEX #EDA61F Gold Tips

📋 copy color: '#EDA61F'

red 237 ◦ green 166 ◦ blue 31

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

Shades of Gold Tips #EDA61F

Tints of Gold Tips #EDA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 31 (12.5% from 255) = 7.14%

R = 54.61%
G = 38.25%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDA61F (or 0xEDA61F) is known color: Gold Tips. HEX triplet: ED, A6 and 1F. RGB value is (237,166,31). Sum of RGB (Red+Green+Blue) = 237+166+31=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA61F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA61F is #1259E0. Grayscale: #ACACAC. Windows color (decimal): -1202657 or 2074349. OLE color: 2074349.

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

Color convert

RGB 237 166 31 -
CMYK 0 0.30 0.87 0.07
HSL 39.32º 0.85% 0.53% -
HSV(B) 39.32º 0.87% 0.93% -
XYZ 48.81 45.38 7.48 -
YUV 171.84 48.52 174.48 -
System Red Green Blue C M Y K H S L
Decimal 237 166 31 0 0.30 0.87 0.07 39.32 0.85 0.53
Hex ED A6 1F 0 1E 57 7 27 55 35
Octal 355 246 37 0 36 127 7 47 125 65
Binary 11101101 10100110 11111 0 11110 1010111 111 100111 1010101 110101

Color Harmonies of #EDA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA61F

Black with #EDA61F

Text Example


Text Example

White with #EDA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA61F; }

 p { color: rgb(237,166,31); }

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

background-color css

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

 a { background-color: rgb(237,166,31); }

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

border-color css

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

 span { border-color: rgb(237,166,31); }

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