Html Css Color HEX #EDA822 Gold Tips

📋 copy color: '#EDA822'

red 237 ◦ green 168 ◦ blue 34

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

Shades of Gold Tips #EDA822

Tints of Gold Tips #EDA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

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

R = 53.99%
G = 38.27%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA822 (or 0xEDA822) is known color: Gold Tips. HEX triplet: ED, A8 and 22. RGB value is (237,168,34). Sum of RGB (Red+Green+Blue) = 237+168+34=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA822 is #1257DD. Grayscale: #ADADAD. Windows color (decimal): -1202142 or 2271469. OLE color: 2271469.

HSL color Cylindrical-coordinate representation of color #EDA822: hue angle of 39.61º 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 #EDA822 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 34 -
CMYK 0 0.29 0.86 0.07
HSL 39.61º 0.85% 0.53% -
HSV(B) 39.61º 0.86% 0.93% -
XYZ 49.22 46.13 7.82 -
YUV 173.36 49.36 173.4 -
System Red Green Blue C M Y K H S L
Decimal 237 168 34 0 0.29 0.86 0.07 39.61 0.85 0.53
Hex ED A8 22 0 1D 56 7 28 55 35
Octal 355 250 42 0 35 126 7 50 125 65
Binary 11101101 10101000 100010 0 11101 1010110 111 101000 1010101 110101

Color Harmonies of #EDA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA822

Black with #EDA822

Text Example


Text Example

White with #EDA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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