Html Css Color HEX #EDAC15 Dark Tangerine

📋 copy color: '#EDAC15'

red 237 ◦ green 172 ◦ blue 21

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

Shades of Dark Tangerine #EDAC15

Tints of Dark Tangerine #EDAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 21 (8.59% from 255) = 4.88%

R = 55.12%
G = 40%
B = 4.88%

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

#EDAC15 (or 0xEDAC15) is known color: Dark Tangerine. HEX triplet: ED, AC and 15. RGB value is (237,172,21). Sum of RGB (Red+Green+Blue) = 237+172+21=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC15 is #1253EA. Grayscale: #AEAEAE. Windows color (decimal): -1201131 or 1420525. OLE color: 1420525.

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

Color convert

RGB 237 172 21 -
CMYK 0 0.27 0.91 0.07
HSL 41.94º 0.86% 0.51% -
HSV(B) 41.94º 0.91% 0.93% -
XYZ 49.81 47.56 7.26 -
YUV 174.22 41.53 172.78 -
System Red Green Blue C M Y K H S L
Decimal 237 172 21 0 0.27 0.91 0.07 41.94 0.86 0.51
Hex ED AC 15 0 1B 5B 7 2A 56 33
Octal 355 254 25 0 33 133 7 52 126 63
Binary 11101101 10101100 10101 0 11011 1011011 111 101010 1010110 110011

Color Harmonies of #EDAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC15

Black with #EDAC15

Text Example


Text Example

White with #EDAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC15; }

 p { color: rgb(237,172,21); }

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

background-color css

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

 a { background-color: rgb(237,172,21); }

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

border-color css

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

 span { border-color: rgb(237,172,21); }

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