Html Css Color HEX #ED7D0F Tangerine

📋 copy color: '#ED7D0F'

red 237 ◦ green 125 ◦ blue 15

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

Shades of Tangerine #ED7D0F

Tints of Tangerine #ED7D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

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

R = 62.86%
G = 33.16%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED7D0F (or 0xED7D0F) is known color: Tangerine. HEX triplet: ED, 7D and 0F. RGB value is (237,125,15). Sum of RGB (Red+Green+Blue) = 237+125+15=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7D0F is #1282F0. Grayscale: #929292. Windows color (decimal): -1213169 or 1015277. OLE color: 1015277.

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

Color convert

RGB 237 125 15 -
CMYK 0 0.47 0.94 0.07
HSL 29.73º 0.88% 0.49% -
HSV(B) 29.73º 0.94% 0.93% -
XYZ 42.34 32.71 4.53 -
YUV 145.95 54.11 192.94 -
System Red Green Blue C M Y K H S L
Decimal 237 125 15 0 0.47 0.94 0.07 29.73 0.88 0.49
Hex ED 7D F 0 2F 5E 7 1E 58 31
Octal 355 175 17 0 57 136 7 36 130 61
Binary 11101101 1111101 1111 0 101111 1011110 111 11110 1011000 110001

Color Harmonies of #ED7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D0F

Black with #ED7D0F

Text Example


Text Example

White with #ED7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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