Html Css Color HEX #EE8B0D Tangerine

📋 copy color: '#EE8B0D'

red 238 ◦ green 139 ◦ blue 13

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

Shades of Tangerine #EE8B0D

Tints of Tangerine #EE8B0D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 13 (5.47% from 255) = 3.33%

R = 61.03%
G = 35.64%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE8B0D (or 0xEE8B0D) is known color: Tangerine. HEX triplet: EE, 8B and 0D. RGB value is (238,139,13). Sum of RGB (Red+Green+Blue) = 238+139+13=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8B0D is #1174F2. Grayscale: #9A9A9A. Windows color (decimal): -1144051 or 887790. OLE color: 887790.

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

Color convert

RGB 238 139 13 -
CMYK 0 0.42 0.95 0.07
HSL 33.6º 0.9% 0.49% -
HSV(B) 33.6º 0.95% 0.93% -
XYZ 44.57 36.67 5.11 -
YUV 154.24 48.3 187.75 -
System Red Green Blue C M Y K H S L
Decimal 238 139 13 0 0.42 0.95 0.07 33.6 0.9 0.49
Hex EE 8B D 0 2A 5F 7 22 5A 31
Octal 356 213 15 0 52 137 7 42 132 61
Binary 11101110 10001011 1101 0 101010 1011111 111 100010 1011010 110001

Color Harmonies of #EE8B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8B0D

Black with #EE8B0D

Text Example


Text Example

White with #EE8B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8B0D; }

 p { color: rgb(238,139,13); }

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

background-color css

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

 a { background-color: rgb(238,139,13); }

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

border-color css

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

 span { border-color: rgb(238,139,13); }

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