Html Css Color HEX #ED8C0C Tangerine

📋 copy color: '#ED8C0C'

red 237 ◦ green 140 ◦ blue 12

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

Shades of Tangerine #ED8C0C

Tints of Tangerine #ED8C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 60.93%
G = 35.99%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED8C0C (or 0xED8C0C) is known color: Tangerine. HEX triplet: ED, 8C and 0C. RGB value is (237,140,12). Sum of RGB (Red+Green+Blue) = 237+140+12=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8C0C is #1273F3. Grayscale: #9B9B9B. Windows color (decimal): -1209332 or 822509. OLE color: 822509.

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

Color convert

RGB 237 140 12 -
CMYK 0 0.41 0.95 0.07
HSL 34.13º 0.9% 0.49% -
HSV(B) 34.13º 0.95% 0.93% -
XYZ 44.37 36.79 5.11 -
YUV 154.41 47.64 186.91 -
System Red Green Blue C M Y K H S L
Decimal 237 140 12 0 0.41 0.95 0.07 34.13 0.9 0.49
Hex ED 8C C 0 29 5F 7 22 5A 31
Octal 355 214 14 0 51 137 7 42 132 61
Binary 11101101 10001100 1100 0 101001 1011111 111 100010 1011010 110001

Color Harmonies of #ED8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C0C

Black with #ED8C0C

Text Example


Text Example

White with #ED8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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