Html Css Color HEX #EDAB2C Gold Tips

📋 copy color: '#EDAB2C'

red 237 ◦ green 171 ◦ blue 44

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

Shades of Gold Tips #EDAB2C

Tints of Gold Tips #EDAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 52.43%
G = 37.83%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAB2C (or 0xEDAB2C) is known color: Gold Tips. HEX triplet: ED, AB and 2C. RGB value is (237,171,44). Sum of RGB (Red+Green+Blue) = 237+171+44=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB2C is #1254D3. Grayscale: #B0B0B0. Windows color (decimal): -1201364 or 2927597. OLE color: 2927597.

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

Color convert

RGB 237 171 44 -
CMYK 0 0.28 0.81 0.07
HSL 39.48º 0.84% 0.55% -
HSV(B) 39.48º 0.81% 0.93% -
XYZ 49.94 47.31 8.88 -
YUV 176.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 237 171 44 0 0.28 0.81 0.07 39.48 0.84 0.55
Hex ED AB 2C 0 1C 51 7 27 54 37
Octal 355 253 54 0 34 121 7 47 124 67
Binary 11101101 10101011 101100 0 11100 1010001 111 100111 1010100 110111

Color Harmonies of #EDAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB2C

Black with #EDAB2C

Text Example


Text Example

White with #EDAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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