Html Css Color HEX #EDAD16 Dark Tangerine

📋 copy color: '#EDAD16'

red 237 ◦ green 173 ◦ blue 22

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

Shades of Dark Tangerine #EDAD16

Tints of Dark Tangerine #EDAD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 54.86%
G = 40.05%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDAD16 (or 0xEDAD16) is known color: Dark Tangerine. HEX triplet: ED, AD and 16. RGB value is (237,173,22). Sum of RGB (Red+Green+Blue) = 237+173+22=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD16 is #1252E9. Grayscale: #AFAFAF. Windows color (decimal): -1200874 or 1486317. OLE color: 1486317.

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

Color convert

RGB 237 173 22 -
CMYK 0 0.27 0.91 0.07
HSL 42.14º 0.86% 0.51% -
HSV(B) 42.14º 0.91% 0.93% -
XYZ 50.01 47.95 7.38 -
YUV 174.92 41.7 172.28 -
System Red Green Blue C M Y K H S L
Decimal 237 173 22 0 0.27 0.91 0.07 42.14 0.86 0.51
Hex ED AD 16 0 1B 5B 7 2A 56 33
Octal 355 255 26 0 33 133 7 52 126 63
Binary 11101101 10101101 10110 0 11011 1011011 111 101010 1010110 110011

Color Harmonies of #EDAD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD16

Black with #EDAD16

Text Example


Text Example

White with #EDAD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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