Html Css Color HEX #EDB215 Gold Tips

📋 copy color: '#EDB215'

red 237 ◦ green 178 ◦ blue 21

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

Shades of Gold Tips #EDB215

Tints of Gold Tips #EDB215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 54.36%
G = 40.83%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB215 (or 0xEDB215) is known color: Gold Tips. HEX triplet: ED, B2 and 15. RGB value is (237,178,21). Sum of RGB (Red+Green+Blue) = 237+178+21=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB215 is #124DEA. Grayscale: #B2B2B2. Windows color (decimal): -1199595 or 1422061. OLE color: 1422061.

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

Color convert

RGB 237 178 21 -
CMYK 0 0.25 0.91 0.07
HSL 43.61º 0.86% 0.51% -
HSV(B) 43.61º 0.91% 0.93% -
XYZ 50.98 49.9 7.65 -
YUV 177.74 39.55 170.27 -
System Red Green Blue C M Y K H S L
Decimal 237 178 21 0 0.25 0.91 0.07 43.61 0.86 0.51
Hex ED B2 15 0 19 5B 7 2C 56 33
Octal 355 262 25 0 31 133 7 54 126 63
Binary 11101101 10110010 10101 0 11001 1011011 111 101100 1010110 110011

Color Harmonies of #EDB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB215

Black with #EDB215

Text Example


Text Example

White with #EDB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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