Html Css Color HEX #EDAB23 Gold Tips

📋 copy color: '#EDAB23'

red 237 ◦ green 171 ◦ blue 35

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

Shades of Gold Tips #EDAB23

Tints of Gold Tips #EDAB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.9%

R = 53.5%
G = 38.6%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDAB23 (or 0xEDAB23) is known color: Gold Tips. HEX triplet: ED, AB and 23. RGB value is (237,171,35). Sum of RGB (Red+Green+Blue) = 237+171+35=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB23 is #1254DC. Grayscale: #AFAFAF. Windows color (decimal): -1201373 or 2337773. OLE color: 2337773.

HSL color Cylindrical-coordinate representation of color #EDAB23: hue angle of 40.4º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDAB23 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 35 -
CMYK 0 0.28 0.85 0.07
HSL 40.4º 0.85% 0.53% -
HSV(B) 40.4º 0.85% 0.93% -
XYZ 49.79 47.25 8.09 -
YUV 175.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 237 171 35 0 0.28 0.85 0.07 40.4 0.85 0.53
Hex ED AB 23 0 1C 55 7 28 55 35
Octal 355 253 43 0 34 125 7 50 125 65
Binary 11101101 10101011 100011 0 11100 1010101 111 101000 1010101 110101

Color Harmonies of #EDAB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB23

Black with #EDAB23

Text Example


Text Example

White with #EDAB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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