Html Css Color HEX #EE7F0F Tangerine

📋 copy color: '#EE7F0F'

red 238 ◦ green 127 ◦ blue 15

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

Shades of Tangerine #EE7F0F

Tints of Tangerine #EE7F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 62.63%
G = 33.42%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE7F0F (or 0xEE7F0F) is known color: Tangerine. HEX triplet: EE, 7F and 0F. RGB value is (238,127,15). Sum of RGB (Red+Green+Blue) = 238+127+15=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7F0F is #1180F0. Grayscale: #939393. Windows color (decimal): -1147121 or 1015790. OLE color: 1015790.

HSL color Cylindrical-coordinate representation of color #EE7F0F: hue angle of 30.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE7F0F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 127 15 -
CMYK 0 0.47 0.94 0.07
HSL 30.13º 0.88% 0.5% -
HSV(B) 30.13º 0.94% 0.93% -
XYZ 42.94 33.39 4.63 -
YUV 147.42 53.27 192.61 -
System Red Green Blue C M Y K H S L
Decimal 238 127 15 0 0.47 0.94 0.07 30.13 0.88 0.5
Hex EE 7F F 0 2F 5E 7 1E 58 32
Octal 356 177 17 0 57 136 7 36 130 62
Binary 11101110 1111111 1111 0 101111 1011110 111 11110 1011000 110010

Color Harmonies of #EE7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7F0F

Black with #EE7F0F

Text Example


Text Example

White with #EE7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7F0F; }

 p { color: rgb(238,127,15); }

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

background-color css

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

 a { background-color: rgb(238,127,15); }

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

border-color css

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

 span { border-color: rgb(238,127,15); }

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