Html Css Color HEX #EDB022 Gold Tips

📋 copy color: '#EDB022'

red 237 ◦ green 176 ◦ blue 34

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

Shades of Gold Tips #EDB022

Tints of Gold Tips #EDB022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 53.02%
G = 39.37%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDB022 (or 0xEDB022) is known color: Gold Tips. HEX triplet: ED, B0 and 22. RGB value is (237,176,34). Sum of RGB (Red+Green+Blue) = 237+176+34=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB022 is #124FDD. Grayscale: #B2B2B2. Windows color (decimal): -1200094 or 2273517. OLE color: 2273517.

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

Color convert

RGB 237 176 34 -
CMYK 0 0.26 0.86 0.07
HSL 41.97º 0.85% 0.53% -
HSV(B) 41.97º 0.86% 0.93% -
XYZ 50.74 49.17 8.33 -
YUV 178.05 46.71 170.05 -
System Red Green Blue C M Y K H S L
Decimal 237 176 34 0 0.26 0.86 0.07 41.97 0.85 0.53
Hex ED B0 22 0 1A 56 7 2A 55 35
Octal 355 260 42 0 32 126 7 52 125 65
Binary 11101101 10110000 100010 0 11010 1010110 111 101010 1010101 110101

Color Harmonies of #EDB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB022

Black with #EDB022

Text Example


Text Example

White with #EDB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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