Html Css Color HEX #EDAF2D Gold Tips

📋 copy color: '#EDAF2D'

red 237 ◦ green 175 ◦ blue 45

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

Shades of Gold Tips #EDAF2D

Tints of Gold Tips #EDAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.85%

R = 51.86%
G = 38.29%
B = 9.85%

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

#EDAF2D (or 0xEDAF2D) is known color: Gold Tips. HEX triplet: ED, AF and 2D. RGB value is (237,175,45). Sum of RGB (Red+Green+Blue) = 237+175+45=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF2D is #1250D2. Grayscale: #B3B3B3. Windows color (decimal): -1200339 or 2994157. OLE color: 2994157.

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

Color convert

RGB 237 175 45 -
CMYK 0 0.26 0.81 0.07
HSL 40.63º 0.84% 0.55% -
HSV(B) 40.63º 0.81% 0.93% -
XYZ 50.73 48.85 9.24 -
YUV 178.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 237 175 45 0 0.26 0.81 0.07 40.63 0.84 0.55
Hex ED AF 2D 0 1A 51 7 29 54 37
Octal 355 257 55 0 32 121 7 51 124 67
Binary 11101101 10101111 101101 0 11010 1010001 111 101001 1010100 110111

Color Harmonies of #EDAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF2D

Black with #EDAF2D

Text Example


Text Example

White with #EDAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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