Html Css Color HEX #EB850C Tangerine

📋 copy color: '#EB850C'

red 235 ◦ green 133 ◦ blue 12

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

Shades of Tangerine #EB850C

Tints of Tangerine #EB850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 61.84%
G = 35%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB850C (or 0xEB850C) is known color: Tangerine. HEX triplet: EB, 85 and 0C. RGB value is (235,133,12). Sum of RGB (Red+Green+Blue) = 235+133+12=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB850C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB850C is #147AF3. Grayscale: #969696. Windows color (decimal): -1342196 or 820715. OLE color: 820715.

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

Color convert

RGB 235 133 12 -
CMYK 0 0.43 0.95 0.08
HSL 32.56º 0.9% 0.48% -
HSV(B) 32.56º 0.95% 0.92% -
XYZ 42.71 34.46 4.75 -
YUV 149.7 50.29 188.84 -
System Red Green Blue C M Y K H S L
Decimal 235 133 12 0 0.43 0.95 0.08 32.56 0.9 0.48
Hex EB 85 C 0 2B 5F 8 21 5A 30
Octal 353 205 14 0 53 137 10 41 132 60
Binary 11101011 10000101 1100 0 101011 1011111 1000 100001 1011010 110000

Color Harmonies of #EB850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB850C

Black with #EB850C

Text Example


Text Example

White with #EB850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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