Html Css Color HEX #EE7D0A Tangerine

📋 copy color: '#EE7D0A'

red 238 ◦ green 125 ◦ blue 10

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

Shades of Tangerine #EE7D0A

Tints of Tangerine #EE7D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 63.81%
G = 33.51%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE7D0A (or 0xEE7D0A) is known color: Tangerine. HEX triplet: EE, 7D and 0A. RGB value is (238,125,10). Sum of RGB (Red+Green+Blue) = 238+125+10=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7D0A is #1182F5. Grayscale: #929292. Windows color (decimal): -1147638 or 687598. OLE color: 687598.

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

Color convert

RGB 238 125 10 -
CMYK 0 0.47 0.96 0.07
HSL 30.26º 0.92% 0.49% -
HSV(B) 30.26º 0.96% 0.93% -
XYZ 42.65 32.87 4.38 -
YUV 145.68 51.44 193.85 -
System Red Green Blue C M Y K H S L
Decimal 238 125 10 0 0.47 0.96 0.07 30.26 0.92 0.49
Hex EE 7D A 0 2F 60 7 1E 5C 31
Octal 356 175 12 0 57 140 7 36 134 61
Binary 11101110 1111101 1010 0 101111 1100000 111 11110 1011100 110001

Color Harmonies of #EE7D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D0A

Black with #EE7D0A

Text Example


Text Example

White with #EE7D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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