Html Css Color HEX #EDA905 Orange

📋 copy color: '#EDA905'

red 237 ◦ green 169 ◦ blue 5

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

Shades of Orange #EDA905

Tints of Orange #EDA905

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 57.66%
G = 41.12%
B = 1.22%

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

#EDA905 (or 0xEDA905) is known color: Orange. HEX triplet: ED, A9 and 05. RGB value is (237,169,5). Sum of RGB (Red+Green+Blue) = 237+169+5=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA905 is #1256FA. Grayscale: #ABABAB. Windows color (decimal): -1201915 or 371181. OLE color: 371181.

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

Color convert

RGB 237 169 5 -
CMYK 0 0.29 0.98 0.07
HSL 42.41º 0.96% 0.47% -
HSV(B) 42.41º 0.98% 0.93% -
XYZ 49.14 46.39 6.51 -
YUV 170.64 34.53 175.34 -
System Red Green Blue C M Y K H S L
Decimal 237 169 5 0 0.29 0.98 0.07 42.41 0.96 0.47
Hex ED A9 5 0 1D 62 7 2A 60 2F
Octal 355 251 5 0 35 142 7 52 140 57
Binary 11101101 10101001 101 0 11101 1100010 111 101010 1100000 101111

Color Harmonies of #EDA905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA905

Black with #EDA905

Text Example


Text Example

White with #EDA905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA905; }

 p { color: rgb(237,169,5); }

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

background-color css

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

 a { background-color: rgb(237,169,5); }

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

border-color css

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

 span { border-color: rgb(237,169,5); }

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