Html Css Color HEX #EDB51E Gold Tips

📋 copy color: '#EDB51E'

red 237 ◦ green 181 ◦ blue 30

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

Shades of Gold Tips #EDB51E

Tints of Gold Tips #EDB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

 BLUE value IS 30 (12.11% from 255) = 6.7%

R = 52.9%
G = 40.4%
B = 6.7%

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

#EDB51E (or 0xEDB51E) is known color: Gold Tips. HEX triplet: ED, B5 and 1E. RGB value is (237,181,30). Sum of RGB (Red+Green+Blue) = 237+181+30=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB51E is #124AE1. Grayscale: #B5B5B5. Windows color (decimal): -1198818 or 2012653. OLE color: 2012653.

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

Color convert

RGB 237 181 30 -
CMYK 0 0.24 0.87 0.07
HSL 43.77º 0.85% 0.52% -
HSV(B) 43.77º 0.87% 0.93% -
XYZ 51.68 51.15 8.38 -
YUV 180.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 237 181 30 0 0.24 0.87 0.07 43.77 0.85 0.52
Hex ED B5 1E 0 18 57 7 2C 55 34
Octal 355 265 36 0 30 127 7 54 125 64
Binary 11101101 10110101 11110 0 11000 1010111 111 101100 1010101 110100

Color Harmonies of #EDB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB51E

Black with #EDB51E

Text Example


Text Example

White with #EDB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB51E; }

 p { color: rgb(237,181,30); }

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

background-color css

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

 a { background-color: rgb(237,181,30); }

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

border-color css

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

 span { border-color: rgb(237,181,30); }

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