Html Css Color HEX #EDA800 Orange

📋 copy color: '#EDA800'

red 237 ◦ green 168 ◦ blue 0

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

Shades of Orange #EDA800

Tints of Orange #EDA800

RGB

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

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

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

R = 58.52%
G = 41.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDA800 (or 0xEDA800) is known color: Orange. HEX triplet: ED, A8 and 00. RGB value is (237,168,0). Sum of RGB (Red+Green+Blue) = 237+168+0=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA800 is #1257FF. Grayscale: #AAAAAA. Windows color (decimal): -1202176 or 43245. OLE color: 43245.

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

Color convert

RGB 237 168 0 -
CMYK 0 0.29 1 0.07
HSL 42.53º 1% 0.46% -
HSV(B) 42.53º 1% 0.93% -
XYZ 48.93 46.01 6.3 -
YUV 169.48 32.36 176.16 -
System Red Green Blue C M Y K H S L
Decimal 237 168 0 0 0.29 1 0.07 42.53 1 0.46
Hex ED A8 0 0 1D 64 7 2B 64 2E
Octal 355 250 0 0 35 144 7 53 144 56
Binary 11101101 10101000 0 0 11101 1100100 111 101011 1100100 101110

Color Harmonies of #EDA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA800

Black with #EDA800

Text Example


Text Example

White with #EDA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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