Html Css Color HEX #EDAC2A Gold Tips

📋 copy color: '#EDAC2A'

red 237 ◦ green 172 ◦ blue 42

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

Shades of Gold Tips #EDAC2A

Tints of Gold Tips #EDAC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

 BLUE value IS 42 (16.8% from 255) = 9.31%

R = 52.55%
G = 38.14%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDAC2A (or 0xEDAC2A) is known color: Gold Tips. HEX triplet: ED, AC and 2A. RGB value is (237,172,42). Sum of RGB (Red+Green+Blue) = 237+172+42=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC2A is #1253D5. Grayscale: #B1B1B1. Windows color (decimal): -1201110 or 2796781. OLE color: 2796781.

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

Color convert

RGB 237 172 42 -
CMYK 0 0.27 0.82 0.07
HSL 40º 0.84% 0.55% -
HSV(B) 40º 0.82% 0.93% -
XYZ 50.1 47.68 8.75 -
YUV 176.62 52.03 171.07 -
System Red Green Blue C M Y K H S L
Decimal 237 172 42 0 0.27 0.82 0.07 40 0.84 0.55
Hex ED AC 2A 0 1B 52 7 28 54 37
Octal 355 254 52 0 33 122 7 50 124 67
Binary 11101101 10101100 101010 0 11011 1010010 111 101000 1010100 110111

Color Harmonies of #EDAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC2A

Black with #EDAC2A

Text Example


Text Example

White with #EDAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC2A; }

 p { color: rgb(237,172,42); }

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

background-color css

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

 a { background-color: rgb(237,172,42); }

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

border-color css

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

 span { border-color: rgb(237,172,42); }

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