Html Css Color HEX #EB880C Tangerine

📋 copy color: '#EB880C'

red 235 ◦ green 136 ◦ blue 12

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

Shades of Tangerine #EB880C

Tints of Tangerine #EB880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 61.36%
G = 35.51%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB880C (or 0xEB880C) is known color: Tangerine. HEX triplet: EB, 88 and 0C. RGB value is (235,136,12). Sum of RGB (Red+Green+Blue) = 235+136+12=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB880C is #1477F3. Grayscale: #989898. Windows color (decimal): -1341428 or 821483. OLE color: 821483.

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

Color convert

RGB 235 136 12 -
CMYK 0 0.42 0.95 0.08
HSL 33.36º 0.9% 0.48% -
HSV(B) 33.36º 0.95% 0.92% -
XYZ 43.13 35.3 4.89 -
YUV 151.47 49.3 187.58 -
System Red Green Blue C M Y K H S L
Decimal 235 136 12 0 0.42 0.95 0.08 33.36 0.9 0.48
Hex EB 88 C 0 2A 5F 8 21 5A 30
Octal 353 210 14 0 52 137 10 41 132 60
Binary 11101011 10001000 1100 0 101010 1011111 1000 100001 1011010 110000

Color Harmonies of #EB880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB880C

Black with #EB880C

Text Example


Text Example

White with #EB880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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