Html Css Color HEX #EDAA00 Orange

📋 copy color: '#EDAA00'

red 237 ◦ green 170 ◦ blue 0

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

Shades of Orange #EDAA00

Tints of Orange #EDAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.23%
G = 41.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDAA00 (or 0xEDAA00) is known color: Orange. HEX triplet: ED, AA and 00. RGB value is (237,170,0). Sum of RGB (Red+Green+Blue) = 237+170+0=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAA00 is #1255FF. Grayscale: #ABABAB. Windows color (decimal): -1201664 or 43757. OLE color: 43757.

HSL color Cylindrical-coordinate representation of color #EDAA00: hue angle of 43.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDAA00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 0 -
CMYK 0 0.28 1 0.07
HSL 43.04º 1% 0.46% -
HSV(B) 43.04º 1% 0.93% -
XYZ 49.3 46.75 6.43 -
YUV 170.65 31.7 175.32 -
System Red Green Blue C M Y K H S L
Decimal 237 170 0 0 0.28 1 0.07 43.04 1 0.46
Hex ED AA 0 0 1C 64 7 2B 64 2E
Octal 355 252 0 0 34 144 7 53 144 56
Binary 11101101 10101010 0 0 11100 1100100 111 101011 1100100 101110

Color Harmonies of #EDAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA00

Black with #EDAA00

Text Example


Text Example

White with #EDAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA00; }

 p { color: rgb(237,170,0); }

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

background-color css

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

 a { background-color: rgb(237,170,0); }

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

border-color css

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

 span { border-color: rgb(237,170,0); }

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