Html Css Color HEX #EDAC14 Dark Tangerine

📋 copy color: '#EDAC14'

red 237 ◦ green 172 ◦ blue 20

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

Shades of Dark Tangerine #EDAC14

Tints of Dark Tangerine #EDAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 55.24%
G = 40.09%
B = 4.66%

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

#EDAC14 (or 0xEDAC14) is known color: Dark Tangerine. HEX triplet: ED, AC and 14. RGB value is (237,172,20). Sum of RGB (Red+Green+Blue) = 237+172+20=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC14 is #1253EB. Grayscale: #AEAEAE. Windows color (decimal): -1201132 or 1354989. OLE color: 1354989.

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

Color convert

RGB 237 172 20 -
CMYK 0 0.27 0.92 0.07
HSL 42.03º 0.86% 0.5% -
HSV(B) 42.03º 0.92% 0.93% -
XYZ 49.8 47.56 7.22 -
YUV 174.11 41.03 172.86 -
System Red Green Blue C M Y K H S L
Decimal 237 172 20 0 0.27 0.92 0.07 42.03 0.86 0.5
Hex ED AC 14 0 1B 5C 7 2A 56 32
Octal 355 254 24 0 33 134 7 52 126 62
Binary 11101101 10101100 10100 0 11011 1011100 111 101010 1010110 110010

Color Harmonies of #EDAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC14

Black with #EDAC14

Text Example


Text Example

White with #EDAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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