Html Css Color HEX #EDAD01 Orange

📋 copy color: '#EDAD01'

red 237 ◦ green 173 ◦ blue 1

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

Shades of Orange #EDAD01

Tints of Orange #EDAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 57.66%
G = 42.09%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDAD01 (or 0xEDAD01) is known color: Orange. HEX triplet: ED, AD and 01. RGB value is (237,173,1). Sum of RGB (Red+Green+Blue) = 237+173+1=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD01 is #1252FE. Grayscale: #ADADAD. Windows color (decimal): -1200895 or 110061. OLE color: 110061.

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

Color convert

RGB 237 173 1 -
CMYK 0 0.27 1.00 0.07
HSL 43.73º 0.99% 0.47% -
HSV(B) 43.73º 1% 0.93% -
XYZ 49.87 47.89 6.64 -
YUV 172.53 31.2 173.99 -
System Red Green Blue C M Y K H S L
Decimal 237 173 1 0 0.27 1.00 0.07 43.73 0.99 0.47
Hex ED AD 1 0 1B 64 7 2C 63 2F
Octal 355 255 1 0 33 144 7 54 143 57
Binary 11101101 10101101 1 0 11011 1100100 111 101100 1100011 101111

Color Harmonies of #EDAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD01

Black with #EDAD01

Text Example


Text Example

White with #EDAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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