Html Css Color HEX #EDA804 Orange

📋 copy color: '#EDA804'

red 237 ◦ green 168 ◦ blue 4

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

Shades of Orange #EDA804

Tints of Orange #EDA804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 57.95%
G = 41.08%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA804 (or 0xEDA804) is known color: Orange. HEX triplet: ED, A8 and 04. RGB value is (237,168,4). Sum of RGB (Red+Green+Blue) = 237+168+4=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA804 is #1257FB. Grayscale: #AAAAAA. Windows color (decimal): -1202172 or 305389. OLE color: 305389.

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

Color convert

RGB 237 168 4 -
CMYK 0 0.29 0.98 0.07
HSL 42.23º 0.97% 0.47% -
HSV(B) 42.23º 0.98% 0.93% -
XYZ 48.95 46.02 6.42 -
YUV 169.94 34.36 175.84 -
System Red Green Blue C M Y K H S L
Decimal 237 168 4 0 0.29 0.98 0.07 42.23 0.97 0.47
Hex ED A8 4 0 1D 62 7 2A 61 2F
Octal 355 250 4 0 35 142 7 52 141 57
Binary 11101101 10101000 100 0 11101 1100010 111 101010 1100001 101111

Color Harmonies of #EDA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA804

Black with #EDA804

Text Example


Text Example

White with #EDA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA804; }

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

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

background-color css

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

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

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

border-color css

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

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

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