Html Css Color HEX #EDAF2C Gold Tips

📋 copy color: '#EDAF2C'

red 237 ◦ green 175 ◦ blue 44

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

Shades of Gold Tips #EDAF2C

Tints of Gold Tips #EDAF2C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

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

R = 51.97%
G = 38.38%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAF2C (or 0xEDAF2C) is known color: Gold Tips. HEX triplet: ED, AF and 2C. RGB value is (237,175,44). Sum of RGB (Red+Green+Blue) = 237+175+44=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF2C is #1250D3. Grayscale: #B3B3B3. Windows color (decimal): -1200340 or 2928621. OLE color: 2928621.

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

Color convert

RGB 237 175 44 -
CMYK 0 0.26 0.81 0.07
HSL 40.73º 0.84% 0.55% -
HSV(B) 40.73º 0.81% 0.93% -
XYZ 50.71 48.85 9.14 -
YUV 178.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 237 175 44 0 0.26 0.81 0.07 40.73 0.84 0.55
Hex ED AF 2C 0 1A 51 7 29 54 37
Octal 355 257 54 0 32 121 7 51 124 67
Binary 11101101 10101111 101100 0 11010 1010001 111 101001 1010100 110111

Color Harmonies of #EDAF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF2C

Black with #EDAF2C

Text Example


Text Example

White with #EDAF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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