Html Css Color HEX #EDA401 Orange

📋 copy color: '#EDA401'

red 237 ◦ green 164 ◦ blue 1

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

Shades of Orange #EDA401

Tints of Orange #EDA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 58.96%
G = 40.8%
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

#EDA401 (or 0xEDA401) is known color: Orange. HEX triplet: ED, A4 and 01. RGB value is (237,164,1). Sum of RGB (Red+Green+Blue) = 237+164+1=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA401 is #125BFE. Grayscale: #A7A7A7. Windows color (decimal): -1203199 or 107757. OLE color: 107757.

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

Color convert

RGB 237 164 1 -
CMYK 0 0.31 1.00 0.07
HSL 41.44º 0.99% 0.47% -
HSV(B) 41.44º 1% 0.93% -
XYZ 48.21 44.56 6.09 -
YUV 167.25 34.18 177.75 -
System Red Green Blue C M Y K H S L
Decimal 237 164 1 0 0.31 1.00 0.07 41.44 0.99 0.47
Hex ED A4 1 0 1F 64 7 29 63 2F
Octal 355 244 1 0 37 144 7 51 143 57
Binary 11101101 10100100 1 0 11111 1100100 111 101001 1100011 101111

Color Harmonies of #EDA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA401

Black with #EDA401

Text Example


Text Example

White with #EDA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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