Html Css Color HEX #EDA500 Orange

📋 copy color: '#EDA500'

red 237 ◦ green 165 ◦ blue 0

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

Shades of Orange #EDA500

Tints of Orange #EDA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 58.96%
G = 41.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDA500 (or 0xEDA500) is known color: Orange. HEX triplet: ED, A5 and 00. RGB value is (237,165,0). Sum of RGB (Red+Green+Blue) = 237+165+0=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA500 is #125AFF. Grayscale: #A8A8A8. Windows color (decimal): -1202944 or 42477. OLE color: 42477.

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

Color convert

RGB 237 165 0 -
CMYK 0 0.30 1 0.07
HSL 41.77º 1% 0.46% -
HSV(B) 41.77º 1% 0.93% -
XYZ 48.38 44.91 6.12 -
YUV 167.72 33.35 177.42 -
System Red Green Blue C M Y K H S L
Decimal 237 165 0 0 0.30 1 0.07 41.77 1 0.46
Hex ED A5 0 0 1E 64 7 2A 64 2E
Octal 355 245 0 0 36 144 7 52 144 56
Binary 11101101 10100101 0 0 11110 1100100 111 101010 1100100 101110

Color Harmonies of #EDA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA500

Black with #EDA500

Text Example


Text Example

White with #EDA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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