Html Css Color HEX #EDB31F Gold Tips

📋 copy color: '#EDB31F'

red 237 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #EDB31F

Tints of Gold Tips #EDB31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 53.02%
G = 40.04%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDB31F (or 0xEDB31F) is known color: Gold Tips. HEX triplet: ED, B3 and 1F. RGB value is (237,179,31). Sum of RGB (Red+Green+Blue) = 237+179+31=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB31F is #124CE0. Grayscale: #B4B4B4. Windows color (decimal): -1199329 or 2077677. OLE color: 2077677.

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

Color convert

RGB 237 179 31 -
CMYK 0 0.24 0.87 0.07
HSL 43.11º 0.85% 0.53% -
HSV(B) 43.11º 0.87% 0.93% -
XYZ 51.29 50.34 8.31 -
YUV 179.47 44.22 169.03 -
System Red Green Blue C M Y K H S L
Decimal 237 179 31 0 0.24 0.87 0.07 43.11 0.85 0.53
Hex ED B3 1F 0 18 57 7 2B 55 35
Octal 355 263 37 0 30 127 7 53 125 65
Binary 11101101 10110011 11111 0 11000 1010111 111 101011 1010101 110101

Color Harmonies of #EDB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB31F

Black with #EDB31F

Text Example


Text Example

White with #EDB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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