Html Css Color HEX #ED7F0C Tangerine

📋 copy color: '#ED7F0C'

red 237 ◦ green 127 ◦ blue 12

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

Shades of Tangerine #ED7F0C

Tints of Tangerine #ED7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

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

R = 63.03%
G = 33.78%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED7F0C (or 0xED7F0C) is known color: Tangerine. HEX triplet: ED, 7F and 0C. RGB value is (237,127,12). Sum of RGB (Red+Green+Blue) = 237+127+12=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7F0C is #1280F3. Grayscale: #939393. Windows color (decimal): -1212660 or 819181. OLE color: 819181.

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

Color convert

RGB 237 127 12 -
CMYK 0 0.46 0.95 0.07
HSL 30.67º 0.9% 0.49% -
HSV(B) 30.67º 0.95% 0.93% -
XYZ 42.58 33.21 4.51 -
YUV 146.78 51.94 192.35 -
System Red Green Blue C M Y K H S L
Decimal 237 127 12 0 0.46 0.95 0.07 30.67 0.9 0.49
Hex ED 7F C 0 2E 5F 7 1F 5A 31
Octal 355 177 14 0 56 137 7 37 132 61
Binary 11101101 1111111 1100 0 101110 1011111 111 11111 1011010 110001

Color Harmonies of #ED7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F0C

Black with #ED7F0C

Text Example


Text Example

White with #ED7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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