Html Css Color HEX #EE7D0C Tangerine

📋 copy color: '#EE7D0C'

red 238 ◦ green 125 ◦ blue 12

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

Shades of Tangerine #EE7D0C

Tints of Tangerine #EE7D0C

RGB

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

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

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

R = 63.47%
G = 33.33%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE7D0C (or 0xEE7D0C) is known color: Tangerine. HEX triplet: EE, 7D and 0C. RGB value is (238,125,12). Sum of RGB (Red+Green+Blue) = 238+125+12=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7D0C is #1182F3. Grayscale: #929292. Windows color (decimal): -1147636 or 818670. OLE color: 818670.

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

Color convert

RGB 238 125 12 -
CMYK 0 0.47 0.95 0.07
HSL 30º 0.9% 0.49% -
HSV(B) 30º 0.95% 0.93% -
XYZ 42.66 32.87 4.44 -
YUV 145.91 52.44 193.69 -
System Red Green Blue C M Y K H S L
Decimal 238 125 12 0 0.47 0.95 0.07 30 0.9 0.49
Hex EE 7D C 0 2F 5F 7 1E 5A 31
Octal 356 175 14 0 57 137 7 36 132 61
Binary 11101110 1111101 1100 0 101111 1011111 111 11110 1011010 110001

Color Harmonies of #EE7D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D0C

Black with #EE7D0C

Text Example


Text Example

White with #EE7D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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