Html Css Color HEX #EDB218 Gold Tips

📋 copy color: '#EDB218'

red 237 ◦ green 178 ◦ blue 24

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

Shades of Gold Tips #EDB218

Tints of Gold Tips #EDB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 53.99%
G = 40.55%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDB218 (or 0xEDB218) is known color: Gold Tips. HEX triplet: ED, B2 and 18. RGB value is (237,178,24). Sum of RGB (Red+Green+Blue) = 237+178+24=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB218 is #124DE7. Grayscale: #B2B2B2. Windows color (decimal): -1199592 or 1618669. OLE color: 1618669.

HSL color Cylindrical-coordinate representation of color #EDB218: hue angle of 43.38º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDB218 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 24 -
CMYK 0 0.25 0.90 0.07
HSL 43.38º 0.86% 0.51% -
HSV(B) 43.38º 0.9% 0.93% -
XYZ 51.01 49.91 7.81 -
YUV 178.09 41.05 170.02 -
System Red Green Blue C M Y K H S L
Decimal 237 178 24 0 0.25 0.90 0.07 43.38 0.86 0.51
Hex ED B2 18 0 19 5A 7 2B 56 33
Octal 355 262 30 0 31 132 7 53 126 63
Binary 11101101 10110010 11000 0 11001 1011010 111 101011 1010110 110011

Color Harmonies of #EDB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB218

Black with #EDB218

Text Example


Text Example

White with #EDB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB218; }

 p { color: rgb(237,178,24); }

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

background-color css

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

 a { background-color: rgb(237,178,24); }

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

border-color css

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

 span { border-color: rgb(237,178,24); }

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