Html Css Color HEX #EDA601 Orange

📋 copy color: '#EDA601'

red 237 ◦ green 166 ◦ blue 1

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

Shades of Orange #EDA601

Tints of Orange #EDA601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.66%
G = 41.09%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA601 (or 0xEDA601) is known color: Orange. HEX triplet: ED, A6 and 01. RGB value is (237,166,1). Sum of RGB (Red+Green+Blue) = 237+166+1=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA601 is #1259FE. Grayscale: #A9A9A9. Windows color (decimal): -1202687 or 108269. OLE color: 108269.

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

Color convert

RGB 237 166 1 -
CMYK 0 0.30 1.00 0.07
HSL 41.95º 0.99% 0.47% -
HSV(B) 41.95º 1% 0.93% -
XYZ 48.57 45.28 6.21 -
YUV 168.42 33.52 176.92 -
System Red Green Blue C M Y K H S L
Decimal 237 166 1 0 0.30 1.00 0.07 41.95 0.99 0.47
Hex ED A6 1 0 1E 64 7 2A 63 2F
Octal 355 246 1 0 36 144 7 52 143 57
Binary 11101101 10100110 1 0 11110 1100100 111 101010 1100011 101111

Color Harmonies of #EDA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA601

Black with #EDA601

Text Example


Text Example

White with #EDA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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