Html Css Color HEX #EDAD10 Dark Tangerine

📋 copy color: '#EDAD10'

red 237 ◦ green 173 ◦ blue 16

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

Shades of Dark Tangerine #EDAD10

Tints of Dark Tangerine #EDAD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 55.63%
G = 40.61%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDAD10 (or 0xEDAD10) is known color: Dark Tangerine. HEX triplet: ED, AD and 10. RGB value is (237,173,16). Sum of RGB (Red+Green+Blue) = 237+173+16=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD10 is #1252EF. Grayscale: #AEAEAE. Windows color (decimal): -1200880 or 1093101. OLE color: 1093101.

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

Color convert

RGB 237 173 16 -
CMYK 0 0.27 0.93 0.07
HSL 42.62º 0.87% 0.5% -
HSV(B) 42.62º 0.93% 0.93% -
XYZ 49.96 47.93 7.11 -
YUV 174.24 38.7 172.77 -
System Red Green Blue C M Y K H S L
Decimal 237 173 16 0 0.27 0.93 0.07 42.62 0.87 0.5
Hex ED AD 10 0 1B 5D 7 2B 57 32
Octal 355 255 20 0 33 135 7 53 127 62
Binary 11101101 10101101 10000 0 11011 1011101 111 101011 1010111 110010

Color Harmonies of #EDAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD10

Black with #EDAD10

Text Example


Text Example

White with #EDAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD10; }

 p { color: rgb(237,173,16); }

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

background-color css

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

 a { background-color: rgb(237,173,16); }

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

border-color css

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

 span { border-color: rgb(237,173,16); }

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