Html Css Color HEX #EDA803 Orange

📋 copy color: '#EDA803'

red 237 ◦ green 168 ◦ blue 3

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

Shades of Orange #EDA803

Tints of Orange #EDA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 58.09%
G = 41.18%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDA803 (or 0xEDA803) is known color: Orange. HEX triplet: ED, A8 and 03. RGB value is (237,168,3). Sum of RGB (Red+Green+Blue) = 237+168+3=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA803 is #1257FC. Grayscale: #AAAAAA. Windows color (decimal): -1202173 or 239853. OLE color: 239853.

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

Color convert

RGB 237 168 3 -
CMYK 0 0.29 0.99 0.07
HSL 42.31º 0.98% 0.47% -
HSV(B) 42.31º 0.99% 0.93% -
XYZ 48.94 46.02 6.39 -
YUV 169.82 33.86 175.92 -
System Red Green Blue C M Y K H S L
Decimal 237 168 3 0 0.29 0.99 0.07 42.31 0.98 0.47
Hex ED A8 3 0 1D 63 7 2A 62 2F
Octal 355 250 3 0 35 143 7 52 142 57
Binary 11101101 10101000 11 0 11101 1100011 111 101010 1100010 101111

Color Harmonies of #EDA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA803

Black with #EDA803

Text Example


Text Example

White with #EDA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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