Html Css Color HEX #EDAC03 Orange

📋 copy color: '#EDAC03'

red 237 ◦ green 172 ◦ blue 3

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

Shades of Orange #EDAC03

Tints of Orange #EDAC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 57.52%
G = 41.75%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDAC03 (or 0xEDAC03) is known color: Orange. HEX triplet: ED, AC and 03. RGB value is (237,172,3). Sum of RGB (Red+Green+Blue) = 237+172+3=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC03 is #1253FC. Grayscale: #ACACAC. Windows color (decimal): -1201149 or 240877. OLE color: 240877.

HSL color Cylindrical-coordinate representation of color #EDAC03: hue angle of 43.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDAC03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 3 -
CMYK 0 0.27 0.99 0.07
HSL 43.33º 0.98% 0.47% -
HSV(B) 43.33º 0.99% 0.93% -
XYZ 49.69 47.52 6.64 -
YUV 172.17 32.53 174.24 -
System Red Green Blue C M Y K H S L
Decimal 237 172 3 0 0.27 0.99 0.07 43.33 0.98 0.47
Hex ED AC 3 0 1B 63 7 2B 62 2F
Octal 355 254 3 0 33 143 7 53 142 57
Binary 11101101 10101100 11 0 11011 1100011 111 101011 1100010 101111

Color Harmonies of #EDAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC03

Black with #EDAC03

Text Example


Text Example

White with #EDAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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