Html Css Color HEX #EDAB01 Orange

📋 copy color: '#EDAB01'

red 237 ◦ green 171 ◦ blue 1

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

Shades of Orange #EDAB01

Tints of Orange #EDAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

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

R = 57.95%
G = 41.81%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDAB01 (or 0xEDAB01) is known color: Orange. HEX triplet: ED, AB and 01. RGB value is (237,171,1). Sum of RGB (Red+Green+Blue) = 237+171+1=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB01 is #1254FE. Grayscale: #ACACAC. Windows color (decimal): -1201407 or 109549. OLE color: 109549.

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

Color convert

RGB 237 171 1 -
CMYK 0 0.28 1.00 0.07
HSL 43.22º 0.99% 0.47% -
HSV(B) 43.22º 1% 0.93% -
XYZ 49.49 47.13 6.52 -
YUV 171.35 31.87 174.82 -
System Red Green Blue C M Y K H S L
Decimal 237 171 1 0 0.28 1.00 0.07 43.22 0.99 0.47
Hex ED AB 1 0 1C 64 7 2B 63 2F
Octal 355 253 1 0 34 144 7 53 143 57
Binary 11101101 10101011 1 0 11100 1100100 111 101011 1100011 101111

Color Harmonies of #EDAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB01

Black with #EDAB01

Text Example


Text Example

White with #EDAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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