Html Css Color HEX #EDAD13 Dark Tangerine

📋 copy color: '#EDAD13'

red 237 ◦ green 173 ◦ blue 19

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

Shades of Dark Tangerine #EDAD13

Tints of Dark Tangerine #EDAD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.43%

R = 55.24%
G = 40.33%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDAD13 (or 0xEDAD13) is known color: Dark Tangerine. HEX triplet: ED, AD and 13. RGB value is (237,173,19). Sum of RGB (Red+Green+Blue) = 237+173+19=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD13 is #1252EC. Grayscale: #AFAFAF. Windows color (decimal): -1200877 or 1289709. OLE color: 1289709.

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

Color convert

RGB 237 173 19 -
CMYK 0 0.27 0.92 0.07
HSL 42.39º 0.86% 0.5% -
HSV(B) 42.39º 0.92% 0.93% -
XYZ 49.99 47.94 7.23 -
YUV 174.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 237 173 19 0 0.27 0.92 0.07 42.39 0.86 0.5
Hex ED AD 13 0 1B 5C 7 2A 56 32
Octal 355 255 23 0 33 134 7 52 126 62
Binary 11101101 10101101 10011 0 11011 1011100 111 101010 1010110 110010

Color Harmonies of #EDAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD13

Black with #EDAD13

Text Example


Text Example

White with #EDAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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