Html Css Color HEX #EDAD0D Dark Tangerine

📋 copy color: '#EDAD0D'

red 237 ◦ green 173 ◦ blue 13

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

Shades of Dark Tangerine #EDAD0D

Tints of Dark Tangerine #EDAD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 56.03%
G = 40.9%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDAD0D (or 0xEDAD0D) is known color: Dark Tangerine. HEX triplet: ED, AD and 0D. RGB value is (237,173,13). Sum of RGB (Red+Green+Blue) = 237+173+13=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD0D is #1252F2. Grayscale: #AEAEAE. Windows color (decimal): -1200883 or 896493. OLE color: 896493.

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

Color convert

RGB 237 173 13 -
CMYK 0 0.27 0.95 0.07
HSL 42.86º 0.9% 0.49% -
HSV(B) 42.86º 0.95% 0.93% -
XYZ 49.94 47.92 7 -
YUV 173.9 37.2 173.01 -
System Red Green Blue C M Y K H S L
Decimal 237 173 13 0 0.27 0.95 0.07 42.86 0.9 0.49
Hex ED AD D 0 1B 5F 7 2B 5A 31
Octal 355 255 15 0 33 137 7 53 132 61
Binary 11101101 10101101 1101 0 11011 1011111 111 101011 1011010 110001

Color Harmonies of #EDAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD0D

Black with #EDAD0D

Text Example


Text Example

White with #EDAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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