Html Css Color HEX #EDB21C Gold Tips

📋 copy color: '#EDB21C'

red 237 ◦ green 178 ◦ blue 28

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

Shades of Gold Tips #EDB21C

Tints of Gold Tips #EDB21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 53.5%
G = 40.18%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDB21C (or 0xEDB21C) is known color: Gold Tips. HEX triplet: ED, B2 and 1C. RGB value is (237,178,28). Sum of RGB (Red+Green+Blue) = 237+178+28=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB21C is #124DE3. Grayscale: #B3B3B3. Windows color (decimal): -1199588 or 1880813. OLE color: 1880813.

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

Color convert

RGB 237 178 28 -
CMYK 0 0.25 0.88 0.07
HSL 43.06º 0.85% 0.52% -
HSV(B) 43.06º 0.88% 0.93% -
XYZ 51.06 49.93 8.05 -
YUV 178.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 237 178 28 0 0.25 0.88 0.07 43.06 0.85 0.52
Hex ED B2 1C 0 19 58 7 2B 55 34
Octal 355 262 34 0 31 130 7 53 125 64
Binary 11101101 10110010 11100 0 11001 1011000 111 101011 1010101 110100

Color Harmonies of #EDB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB21C

Black with #EDB21C

Text Example


Text Example

White with #EDB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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