Html Css Color HEX #EDAD0F Dark Tangerine

📋 copy color: '#EDAD0F'

red 237 ◦ green 173 ◦ blue 15

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

Shades of Dark Tangerine #EDAD0F

Tints of Dark Tangerine #EDAD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.53%

R = 55.76%
G = 40.71%
B = 3.53%

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

#EDAD0F (or 0xEDAD0F) is known color: Dark Tangerine. HEX triplet: ED, AD and 0F. RGB value is (237,173,15). Sum of RGB (Red+Green+Blue) = 237+173+15=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD0F is #1252F0. Grayscale: #AEAEAE. Windows color (decimal): -1200881 or 1027565. OLE color: 1027565.

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

Color convert

RGB 237 173 15 -
CMYK 0 0.27 0.94 0.07
HSL 42.7º 0.88% 0.49% -
HSV(B) 42.7º 0.94% 0.93% -
XYZ 49.95 47.93 7.07 -
YUV 174.12 38.2 172.85 -
System Red Green Blue C M Y K H S L
Decimal 237 173 15 0 0.27 0.94 0.07 42.7 0.88 0.49
Hex ED AD F 0 1B 5E 7 2B 58 31
Octal 355 255 17 0 33 136 7 53 130 61
Binary 11101101 10101101 1111 0 11011 1011110 111 101011 1011000 110001

Color Harmonies of #EDAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD0F

Black with #EDAD0F

Text Example


Text Example

White with #EDAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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