Html Css Color HEX #EDAC01 Orange

📋 copy color: '#EDAC01'

red 237 ◦ green 172 ◦ blue 1

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

Shades of Orange #EDAC01

Tints of Orange #EDAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 57.8%
G = 41.95%
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

#EDAC01 (or 0xEDAC01) is known color: Orange. HEX triplet: ED, AC and 01. RGB value is (237,172,1). Sum of RGB (Red+Green+Blue) = 237+172+1=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC01 is #1253FE. Grayscale: #ACACAC. Windows color (decimal): -1201151 or 109805. OLE color: 109805.

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

Color convert

RGB 237 172 1 -
CMYK 0 0.27 1.00 0.07
HSL 43.47º 0.99% 0.47% -
HSV(B) 43.47º 1% 0.93% -
XYZ 49.68 47.51 6.58 -
YUV 171.94 31.53 174.4 -
System Red Green Blue C M Y K H S L
Decimal 237 172 1 0 0.27 1.00 0.07 43.47 0.99 0.47
Hex ED AC 1 0 1B 64 7 2B 63 2F
Octal 355 254 1 0 33 144 7 53 143 57
Binary 11101101 10101100 1 0 11011 1100100 111 101011 1100011 101111

Color Harmonies of #EDAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC01

Black with #EDAC01

Text Example


Text Example

White with #EDAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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