Html Css Color HEX #EDAD0E Dark Tangerine

📋 copy color: '#EDAD0E'

red 237 ◦ green 173 ◦ blue 14

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

Shades of Dark Tangerine #EDAD0E

Tints of Dark Tangerine #EDAD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 55.9%
G = 40.8%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDAD0E (or 0xEDAD0E) is known color: Dark Tangerine. HEX triplet: ED, AD and 0E. RGB value is (237,173,14). Sum of RGB (Red+Green+Blue) = 237+173+14=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD0E is #1252F1. Grayscale: #AEAEAE. Windows color (decimal): -1200882 or 962029. OLE color: 962029.

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

Color convert

RGB 237 173 14 -
CMYK 0 0.27 0.94 0.07
HSL 42.78º 0.89% 0.49% -
HSV(B) 42.78º 0.94% 0.93% -
XYZ 49.95 47.92 7.03 -
YUV 174.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 237 173 14 0 0.27 0.94 0.07 42.78 0.89 0.49
Hex ED AD E 0 1B 5E 7 2B 59 31
Octal 355 255 16 0 33 136 7 53 131 61
Binary 11101101 10101101 1110 0 11011 1011110 111 101011 1011001 110001

Color Harmonies of #EDAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD0E

Black with #EDAD0E

Text Example


Text Example

White with #EDAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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