Html Css Color HEX #EDAB17 Dark Tangerine

📋 copy color: '#EDAB17'

red 237 ◦ green 171 ◦ blue 23

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

Shades of Dark Tangerine #EDAB17

Tints of Dark Tangerine #EDAB17

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 23 (9.38% from 255) = 5.34%

R = 54.99%
G = 39.68%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDAB17 (or 0xEDAB17) is known color: Dark Tangerine. HEX triplet: ED, AB and 17. RGB value is (237,171,23). Sum of RGB (Red+Green+Blue) = 237+171+23=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB17 is #1254E8. Grayscale: #AEAEAE. Windows color (decimal): -1201385 or 1551341. OLE color: 1551341.

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

Color convert

RGB 237 171 23 -
CMYK 0 0.28 0.90 0.07
HSL 41.5º 0.86% 0.51% -
HSV(B) 41.5º 0.9% 0.93% -
XYZ 49.64 47.19 7.3 -
YUV 173.86 42.87 173.03 -
System Red Green Blue C M Y K H S L
Decimal 237 171 23 0 0.28 0.90 0.07 41.5 0.86 0.51
Hex ED AB 17 0 1C 5A 7 29 56 33
Octal 355 253 27 0 34 132 7 51 126 63
Binary 11101101 10101011 10111 0 11100 1011010 111 101001 1010110 110011

Color Harmonies of #EDAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB17

Black with #EDAB17

Text Example


Text Example

White with #EDAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB17; }

 p { color: rgb(237,171,23); }

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

background-color css

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

 a { background-color: rgb(237,171,23); }

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

border-color css

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

 span { border-color: rgb(237,171,23); }

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