Html Css Color HEX #EE800C Tangerine

📋 copy color: '#EE800C'

red 238 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #EE800C

Tints of Tangerine #EE800C

RGB

 RED value IS 238 (93.36% from 255) = 62.96%

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 62.96%
G = 33.86%
B = 3.17%

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

#EE800C (or 0xEE800C) is known color: Tangerine. HEX triplet: EE, 80 and 0C. RGB value is (238,128,12). Sum of RGB (Red+Green+Blue) = 238+128+12=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE800C is #117FF3. Grayscale: #949494. Windows color (decimal): -1146868 or 819438. OLE color: 819438.

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

Color convert

RGB 238 128 12 -
CMYK 0 0.46 0.95 0.07
HSL 30.8º 0.9% 0.49% -
HSV(B) 30.8º 0.95% 0.93% -
XYZ 43.05 33.64 4.57 -
YUV 147.67 51.44 192.43 -
System Red Green Blue C M Y K H S L
Decimal 238 128 12 0 0.46 0.95 0.07 30.8 0.9 0.49
Hex EE 80 C 0 2E 5F 7 1F 5A 31
Octal 356 200 14 0 56 137 7 37 132 61
Binary 11101110 10000000 1100 0 101110 1011111 111 11111 1011010 110001

Color Harmonies of #EE800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE800C

Black with #EE800C

Text Example


Text Example

White with #EE800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE800C; }

 p { color: rgb(238,128,12); }

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

background-color css

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

 a { background-color: rgb(238,128,12); }

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

border-color css

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

 span { border-color: rgb(238,128,12); }

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