Html Css Color HEX #EDAD00 Orange

📋 copy color: '#EDAD00'

red 237 ◦ green 173 ◦ blue 0

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

Shades of Orange #EDAD00

Tints of Orange #EDAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

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

R = 57.8%
G = 42.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDAD00 (or 0xEDAD00) is known color: Orange. HEX triplet: ED, AD and 00. RGB value is (237,173,0). Sum of RGB (Red+Green+Blue) = 237+173+0=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD00 is #1252FF. Grayscale: #ADADAD. Windows color (decimal): -1200896 or 44525. OLE color: 44525.

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

Color convert

RGB 237 173 0 -
CMYK 0 0.27 1 0.07
HSL 43.8º 1% 0.46% -
HSV(B) 43.8º 1% 0.93% -
XYZ 49.87 47.89 6.62 -
YUV 172.41 30.7 174.07 -
System Red Green Blue C M Y K H S L
Decimal 237 173 0 0 0.27 1 0.07 43.8 1 0.46
Hex ED AD 0 0 1B 64 7 2C 64 2E
Octal 355 255 0 0 33 144 7 54 144 56
Binary 11101101 10101101 0 0 11011 1100100 111 101100 1100100 101110

Color Harmonies of #EDAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD00

Black with #EDAD00

Text Example


Text Example

White with #EDAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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