Html Css Color HEX #EDB425 Gold Tips

📋 copy color: '#EDB425'

red 237 ◦ green 180 ◦ blue 37

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

Shades of Gold Tips #EDB425

Tints of Gold Tips #EDB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 37 (14.84% from 255) = 8.15%

R = 52.2%
G = 39.65%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDB425 (or 0xEDB425) is known color: Gold Tips. HEX triplet: ED, B4 and 25. RGB value is (237,180,37). Sum of RGB (Red+Green+Blue) = 237+180+37=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB425 is #124BDA. Grayscale: #B5B5B5. Windows color (decimal): -1199067 or 2471149. OLE color: 2471149.

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

Color convert

RGB 237 180 37 -
CMYK 0 0.24 0.84 0.07
HSL 42.9º 0.85% 0.54% -
HSV(B) 42.9º 0.84% 0.93% -
XYZ 51.58 50.78 8.83 -
YUV 180.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 237 180 37 0 0.24 0.84 0.07 42.9 0.85 0.54
Hex ED B4 25 0 18 54 7 2B 55 36
Octal 355 264 45 0 30 124 7 53 125 66
Binary 11101101 10110100 100101 0 11000 1010100 111 101011 1010101 110110

Color Harmonies of #EDB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB425

Black with #EDB425

Text Example


Text Example

White with #EDB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB425; }

 p { color: rgb(237,180,37); }

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

background-color css

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

 a { background-color: rgb(237,180,37); }

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

border-color css

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

 span { border-color: rgb(237,180,37); }

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