Html Css Color HEX #EDA81F Gold Tips

📋 copy color: '#EDA81F'

red 237 ◦ green 168 ◦ blue 31

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

Shades of Gold Tips #EDA81F

Tints of Gold Tips #EDA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 54.36%
G = 38.53%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDA81F (or 0xEDA81F) is known color: Gold Tips. HEX triplet: ED, A8 and 1F. RGB value is (237,168,31). Sum of RGB (Red+Green+Blue) = 237+168+31=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA81F is #1257E0. Grayscale: #ADADAD. Windows color (decimal): -1202145 or 2074861. OLE color: 2074861.

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

Color convert

RGB 237 168 31 -
CMYK 0 0.29 0.87 0.07
HSL 39.9º 0.85% 0.53% -
HSV(B) 39.9º 0.87% 0.93% -
XYZ 49.18 46.11 7.6 -
YUV 173.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 237 168 31 0 0.29 0.87 0.07 39.9 0.85 0.53
Hex ED A8 1F 0 1D 57 7 28 55 35
Octal 355 250 37 0 35 127 7 50 125 65
Binary 11101101 10101000 11111 0 11101 1010111 111 101000 1010101 110101

Color Harmonies of #EDA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA81F

Black with #EDA81F

Text Example


Text Example

White with #EDA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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