Html Css Color HEX #EE7D06 Tangerine

📋 copy color: '#EE7D06'

red 238 ◦ green 125 ◦ blue 6

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

Shades of Tangerine #EE7D06

Tints of Tangerine #EE7D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 64.5%
G = 33.88%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE7D06 (or 0xEE7D06) is known color: Tangerine. HEX triplet: EE, 7D and 06. RGB value is (238,125,6). Sum of RGB (Red+Green+Blue) = 238+125+6=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7D06 is #1182F9. Grayscale: #919191. Windows color (decimal): -1147642 or 425454. OLE color: 425454.

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

Color convert

RGB 238 125 6 -
CMYK 0 0.47 0.97 0.07
HSL 30.78º 0.95% 0.48% -
HSV(B) 30.78º 0.97% 0.93% -
XYZ 42.63 32.86 4.27 -
YUV 145.22 49.44 194.18 -
System Red Green Blue C M Y K H S L
Decimal 238 125 6 0 0.47 0.97 0.07 30.78 0.95 0.48
Hex EE 7D 6 0 2F 61 7 1F 5F 30
Octal 356 175 6 0 57 141 7 37 137 60
Binary 11101110 1111101 110 0 101111 1100001 111 11111 1011111 110000

Color Harmonies of #EE7D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D06

Black with #EE7D06

Text Example


Text Example

White with #EE7D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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