Html Css Color HEX #EDAD2E Gold Tips

📋 copy color: '#EDAD2E'

red 237 ◦ green 173 ◦ blue 46

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

Shades of Gold Tips #EDAD2E

Tints of Gold Tips #EDAD2E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 46 (18.36% from 255) = 10.09%

R = 51.97%
G = 37.94%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAD2E (or 0xEDAD2E) is known color: Gold Tips. HEX triplet: ED, AD and 2E. RGB value is (237,173,46). Sum of RGB (Red+Green+Blue) = 237+173+46=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD2E is #1252D1. Grayscale: #B2B2B2. Windows color (decimal): -1200850 or 3059181. OLE color: 3059181.

HSL color Cylindrical-coordinate representation of color #EDAD2E: hue angle of 39.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDAD2E is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 46 -
CMYK 0 0.27 0.81 0.07
HSL 39.9º 0.84% 0.55% -
HSV(B) 39.9º 0.81% 0.93% -
XYZ 50.36 48.09 9.21 -
YUV 177.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 237 173 46 0 0.27 0.81 0.07 39.9 0.84 0.55
Hex ED AD 2E 0 1B 51 7 28 54 37
Octal 355 255 56 0 33 121 7 50 124 67
Binary 11101101 10101101 101110 0 11011 1010001 111 101000 1010100 110111

Color Harmonies of #EDAD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD2E

Black with #EDAD2E

Text Example


Text Example

White with #EDAD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD2E; }

 p { color: rgb(237,173,46); }

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

background-color css

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

 a { background-color: rgb(237,173,46); }

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

border-color css

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

 span { border-color: rgb(237,173,46); }

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