Html Css Color HEX #EDA301 Orange

📋 copy color: '#EDA301'

red 237 ◦ green 163 ◦ blue 1

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

Shades of Orange #EDA301

Tints of Orange #EDA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 59.1%
G = 40.65%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA301 (or 0xEDA301) is known color: Orange. HEX triplet: ED, A3 and 01. RGB value is (237,163,1). Sum of RGB (Red+Green+Blue) = 237+163+1=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA301 is #125CFE. Grayscale: #A7A7A7. Windows color (decimal): -1203455 or 107501. OLE color: 107501.

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

Color convert

RGB 237 163 1 -
CMYK 0 0.31 1.00 0.07
HSL 41.19º 0.99% 0.47% -
HSV(B) 41.19º 1% 0.93% -
XYZ 48.03 44.2 6.03 -
YUV 166.66 34.52 178.17 -
System Red Green Blue C M Y K H S L
Decimal 237 163 1 0 0.31 1.00 0.07 41.19 0.99 0.47
Hex ED A3 1 0 1F 64 7 29 63 2F
Octal 355 243 1 0 37 144 7 51 143 57
Binary 11101101 10100011 1 0 11111 1100100 111 101001 1100011 101111

Color Harmonies of #EDA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA301

Black with #EDA301

Text Example


Text Example

White with #EDA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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