Html Css Color HEX #EDB028 Gold Tips

📋 copy color: '#EDB028'

red 237 ◦ green 176 ◦ blue 40

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

Shades of Gold Tips #EDB028

Tints of Gold Tips #EDB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 52.32%
G = 38.85%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB028 (or 0xEDB028) is known color: Gold Tips. HEX triplet: ED, B0 and 28. RGB value is (237,176,40). Sum of RGB (Red+Green+Blue) = 237+176+40=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB028 is #124FD7. Grayscale: #B3B3B3. Windows color (decimal): -1200088 or 2666733. OLE color: 2666733.

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

Color convert

RGB 237 176 40 -
CMYK 0 0.26 0.83 0.07
HSL 41.42º 0.85% 0.54% -
HSV(B) 41.42º 0.83% 0.93% -
XYZ 50.83 49.21 8.83 -
YUV 178.74 49.71 169.56 -
System Red Green Blue C M Y K H S L
Decimal 237 176 40 0 0.26 0.83 0.07 41.42 0.85 0.54
Hex ED B0 28 0 1A 53 7 29 55 36
Octal 355 260 50 0 32 123 7 51 125 66
Binary 11101101 10110000 101000 0 11010 1010011 111 101001 1010101 110110

Color Harmonies of #EDB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB028

Black with #EDB028

Text Example


Text Example

White with #EDB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB028; }

 p { color: rgb(237,176,40); }

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

background-color css

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

 a { background-color: rgb(237,176,40); }

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

border-color css

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

 span { border-color: rgb(237,176,40); }

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