Html Css Color HEX #EDAD11 Dark Tangerine

📋 copy color: '#EDAD11'

red 237 ◦ green 173 ◦ blue 17

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

Shades of Dark Tangerine #EDAD11

Tints of Dark Tangerine #EDAD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.98%

R = 55.5%
G = 40.52%
B = 3.98%

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

#EDAD11 (or 0xEDAD11) is known color: Dark Tangerine. HEX triplet: ED, AD and 11. RGB value is (237,173,17). Sum of RGB (Red+Green+Blue) = 237+173+17=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD11 is #1252EE. Grayscale: #AFAFAF. Windows color (decimal): -1200879 or 1158637. OLE color: 1158637.

HSL color Cylindrical-coordinate representation of color #EDAD11: hue angle of 42.55º 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 #EDAD11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 17 -
CMYK 0 0.27 0.93 0.07
HSL 42.55º 0.87% 0.5% -
HSV(B) 42.55º 0.93% 0.93% -
XYZ 49.97 47.93 7.15 -
YUV 174.35 39.2 172.68 -
System Red Green Blue C M Y K H S L
Decimal 237 173 17 0 0.27 0.93 0.07 42.55 0.87 0.5
Hex ED AD 11 0 1B 5D 7 2B 57 32
Octal 355 255 21 0 33 135 7 53 127 62
Binary 11101101 10101101 10001 0 11011 1011101 111 101011 1010111 110010

Color Harmonies of #EDAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD11

Black with #EDAD11

Text Example


Text Example

White with #EDAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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