Html Css Color HEX #ED8C0F Tangerine

📋 copy color: '#ED8C0F'

red 237 ◦ green 140 ◦ blue 15

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

Shades of Tangerine #ED8C0F

Tints of Tangerine #ED8C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 60.46%
G = 35.71%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED8C0F (or 0xED8C0F) is known color: Tangerine. HEX triplet: ED, 8C and 0F. RGB value is (237,140,15). Sum of RGB (Red+Green+Blue) = 237+140+15=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8C0F is #1273F0. Grayscale: #9B9B9B. Windows color (decimal): -1209329 or 1019117. OLE color: 1019117.

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

Color convert

RGB 237 140 15 -
CMYK 0 0.41 0.94 0.07
HSL 33.78º 0.88% 0.49% -
HSV(B) 33.78º 0.94% 0.93% -
XYZ 44.39 36.8 5.21 -
YUV 154.75 49.14 186.66 -
System Red Green Blue C M Y K H S L
Decimal 237 140 15 0 0.41 0.94 0.07 33.78 0.88 0.49
Hex ED 8C F 0 29 5E 7 22 58 31
Octal 355 214 17 0 51 136 7 42 130 61
Binary 11101101 10001100 1111 0 101001 1011110 111 100010 1011000 110001

Color Harmonies of #ED8C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C0F

Black with #ED8C0F

Text Example


Text Example

White with #ED8C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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