Html Css Color HEX #EDA501 Orange

📋 copy color: '#EDA501'

red 237 ◦ green 165 ◦ blue 1

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

Shades of Orange #EDA501

Tints of Orange #EDA501

RGB

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

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

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

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

#EDA501 (or 0xEDA501) is known color: Orange. HEX triplet: ED, A5 and 01. RGB value is (237,165,1). Sum of RGB (Red+Green+Blue) = 237+165+1=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA501 is #125AFE. Grayscale: #A8A8A8. Windows color (decimal): -1202943 or 108013. OLE color: 108013.

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

Color convert

RGB 237 165 1 -
CMYK 0 0.30 1.00 0.07
HSL 41.69º 0.99% 0.47% -
HSV(B) 41.69º 1% 0.93% -
XYZ 48.39 44.92 6.15 -
YUV 167.83 33.85 177.34 -
System Red Green Blue C M Y K H S L
Decimal 237 165 1 0 0.30 1.00 0.07 41.69 0.99 0.47
Hex ED A5 1 0 1E 64 7 2A 63 2F
Octal 355 245 1 0 36 144 7 52 143 57
Binary 11101101 10100101 1 0 11110 1100100 111 101010 1100011 101111

Color Harmonies of #EDA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA501

Black with #EDA501

Text Example


Text Example

White with #EDA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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