Html Css Color HEX #EE7D0F Tangerine

📋 copy color: '#EE7D0F'

red 238 ◦ green 125 ◦ blue 15

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

Shades of Tangerine #EE7D0F

Tints of Tangerine #EE7D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 62.96%
G = 33.07%
B = 3.97%

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

#EE7D0F (or 0xEE7D0F) is known color: Tangerine. HEX triplet: EE, 7D and 0F. RGB value is (238,125,15). Sum of RGB (Red+Green+Blue) = 238+125+15=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7D0F is #1182F0. Grayscale: #929292. Windows color (decimal): -1147633 or 1015278. OLE color: 1015278.

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

Color convert

RGB 238 125 15 -
CMYK 0 0.47 0.94 0.07
HSL 29.6º 0.88% 0.5% -
HSV(B) 29.6º 0.94% 0.93% -
XYZ 42.68 32.88 4.55 -
YUV 146.25 53.94 193.44 -
System Red Green Blue C M Y K H S L
Decimal 238 125 15 0 0.47 0.94 0.07 29.6 0.88 0.5
Hex EE 7D F 0 2F 5E 7 1E 58 32
Octal 356 175 17 0 57 136 7 36 130 62
Binary 11101110 1111101 1111 0 101111 1011110 111 11110 1011000 110010

Color Harmonies of #EE7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D0F

Black with #EE7D0F

Text Example


Text Example

White with #EE7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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