Html Css Color HEX #EDAD2C Gold Tips

📋 copy color: '#EDAD2C'

red 237 ◦ green 173 ◦ blue 44

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

Shades of Gold Tips #EDAD2C

Tints of Gold Tips #EDAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.69%

R = 52.2%
G = 38.11%
B = 9.69%

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

#EDAD2C (or 0xEDAD2C) is known color: Gold Tips. HEX triplet: ED, AD and 2C. RGB value is (237,173,44). Sum of RGB (Red+Green+Blue) = 237+173+44=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD2C is #1252D3. Grayscale: #B2B2B2. Windows color (decimal): -1200852 or 2928109. OLE color: 2928109.

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

Color convert

RGB 237 173 44 -
CMYK 0 0.27 0.81 0.07
HSL 40.1º 0.84% 0.55% -
HSV(B) 40.1º 0.81% 0.93% -
XYZ 50.32 48.07 9.01 -
YUV 177.43 52.7 170.49 -
System Red Green Blue C M Y K H S L
Decimal 237 173 44 0 0.27 0.81 0.07 40.1 0.84 0.55
Hex ED AD 2C 0 1B 51 7 28 54 37
Octal 355 255 54 0 33 121 7 50 124 67
Binary 11101101 10101101 101100 0 11011 1010001 111 101000 1010100 110111

Color Harmonies of #EDAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD2C

Black with #EDAD2C

Text Example


Text Example

White with #EDAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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