Html Css Color HEX #EDA600 Orange

📋 copy color: '#EDA600'

red 237 ◦ green 166 ◦ blue 0

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

Shades of Orange #EDA600

Tints of Orange #EDA600

RGB

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

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

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

R = 58.81%
G = 41.19%
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

#EDA600 (or 0xEDA600) is known color: Orange. HEX triplet: ED, A6 and 00. RGB value is (237,166,0). Sum of RGB (Red+Green+Blue) = 237+166+0=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA600 is #1259FF. Grayscale: #A9A9A9. Windows color (decimal): -1202688 or 42733. OLE color: 42733.

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

Color convert

RGB 237 166 0 -
CMYK 0 0.30 1 0.07
HSL 42.03º 1% 0.46% -
HSV(B) 42.03º 1% 0.93% -
XYZ 48.56 45.28 6.18 -
YUV 168.31 33.02 177 -
System Red Green Blue C M Y K H S L
Decimal 237 166 0 0 0.30 1 0.07 42.03 1 0.46
Hex ED A6 0 0 1E 64 7 2A 64 2E
Octal 355 246 0 0 36 144 7 52 144 56
Binary 11101101 10100110 0 0 11110 1100100 111 101010 1100100 101110

Color Harmonies of #EDA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA600

Black with #EDA600

Text Example


Text Example

White with #EDA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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