Html Css Color HEX #EDB214 Gold Tips

📋 copy color: '#EDB214'

red 237 ◦ green 178 ◦ blue 20

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

Shades of Gold Tips #EDB214

Tints of Gold Tips #EDB214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 54.48%
G = 40.92%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB214 (or 0xEDB214) is known color: Gold Tips. HEX triplet: ED, B2 and 14. RGB value is (237,178,20). Sum of RGB (Red+Green+Blue) = 237+178+20=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB214 is #124DEB. Grayscale: #B2B2B2. Windows color (decimal): -1199596 or 1356525. OLE color: 1356525.

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

Color convert

RGB 237 178 20 -
CMYK 0 0.25 0.92 0.07
HSL 43.69º 0.86% 0.5% -
HSV(B) 43.69º 0.92% 0.93% -
XYZ 50.97 49.9 7.61 -
YUV 177.63 39.05 170.35 -
System Red Green Blue C M Y K H S L
Decimal 237 178 20 0 0.25 0.92 0.07 43.69 0.86 0.5
Hex ED B2 14 0 19 5C 7 2C 56 32
Octal 355 262 24 0 31 134 7 54 126 62
Binary 11101101 10110010 10100 0 11001 1011100 111 101100 1010110 110010

Color Harmonies of #EDB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB214

Black with #EDB214

Text Example


Text Example

White with #EDB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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