Html Css Color HEX #EB7F0C Tangerine

📋 copy color: '#EB7F0C'

red 235 ◦ green 127 ◦ blue 12

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

Shades of Tangerine #EB7F0C

Tints of Tangerine #EB7F0C

RGB

 RED value IS 235 (92.19% from 255) = 62.83%

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

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

R = 62.83%
G = 33.96%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB7F0C (or 0xEB7F0C) is known color: Tangerine. HEX triplet: EB, 7F and 0C. RGB value is (235,127,12). Sum of RGB (Red+Green+Blue) = 235+127+12=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7F0C is #1480F3. Grayscale: #929292. Windows color (decimal): -1343732 or 819179. OLE color: 819179.

HSL color Cylindrical-coordinate representation of color #EB7F0C: hue angle of 30.94º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB7F0C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 127 12 -
CMYK 0 0.46 0.95 0.08
HSL 30.94º 0.9% 0.48% -
HSV(B) 30.94º 0.95% 0.92% -
XYZ 41.92 32.87 4.48 -
YUV 146.18 52.28 191.35 -
System Red Green Blue C M Y K H S L
Decimal 235 127 12 0 0.46 0.95 0.08 30.94 0.9 0.48
Hex EB 7F C 0 2E 5F 8 1F 5A 30
Octal 353 177 14 0 56 137 10 37 132 60
Binary 11101011 1111111 1100 0 101110 1011111 1000 11111 1011010 110000

Color Harmonies of #EB7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7F0C

Black with #EB7F0C

Text Example


Text Example

White with #EB7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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