Html Css Color HEX #EDB61E Gold Tips

📋 copy color: '#EDB61E'

red 237 ◦ green 182 ◦ blue 30

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

Shades of Gold Tips #EDB61E

Tints of Gold Tips #EDB61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 52.78%
G = 40.53%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDB61E (or 0xEDB61E) is known color: Gold Tips. HEX triplet: ED, B6 and 1E. RGB value is (237,182,30). Sum of RGB (Red+Green+Blue) = 237+182+30=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB61E is #1249E1. Grayscale: #B5B5B5. Windows color (decimal): -1198562 or 2012909. OLE color: 2012909.

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

Color convert

RGB 237 182 30 -
CMYK 0 0.23 0.87 0.07
HSL 44.06º 0.85% 0.52% -
HSV(B) 44.06º 0.87% 0.93% -
XYZ 51.89 51.55 8.44 -
YUV 181.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 237 182 30 0 0.23 0.87 0.07 44.06 0.85 0.52
Hex ED B6 1E 0 17 57 7 2C 55 34
Octal 355 266 36 0 27 127 7 54 125 64
Binary 11101101 10110110 11110 0 10111 1010111 111 101100 1010101 110100

Color Harmonies of #EDB61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB61E

Black with #EDB61E

Text Example


Text Example

White with #EDB61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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