Html Css Color HEX #EDA622 Gold Tips

📋 copy color: '#EDA622'

red 237 ◦ green 166 ◦ blue 34

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

Shades of Gold Tips #EDA622

Tints of Gold Tips #EDA622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

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

R = 54.23%
G = 37.99%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA622 (or 0xEDA622) is known color: Gold Tips. HEX triplet: ED, A6 and 22. RGB value is (237,166,34). Sum of RGB (Red+Green+Blue) = 237+166+34=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA622 is #1259DD. Grayscale: #ACACAC. Windows color (decimal): -1202654 or 2270957. OLE color: 2270957.

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

Color convert

RGB 237 166 34 -
CMYK 0 0.30 0.86 0.07
HSL 39.01º 0.85% 0.53% -
HSV(B) 39.01º 0.86% 0.93% -
XYZ 48.85 45.39 7.7 -
YUV 172.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 237 166 34 0 0.30 0.86 0.07 39.01 0.85 0.53
Hex ED A6 22 0 1E 56 7 27 55 35
Octal 355 246 42 0 36 126 7 47 125 65
Binary 11101101 10100110 100010 0 11110 1010110 111 100111 1010101 110101

Color Harmonies of #EDA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA622

Black with #EDA622

Text Example


Text Example

White with #EDA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA622; }

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

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

background-color css

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

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

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

border-color css

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

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

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