Html Css Color HEX #EE8A0B Tangerine

📋 copy color: '#EE8A0B'

red 238 ◦ green 138 ◦ blue 11

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

Shades of Tangerine #EE8A0B

Tints of Tangerine #EE8A0B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 61.5%
G = 35.66%
B = 2.84%

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

#EE8A0B (or 0xEE8A0B) is known color: Tangerine. HEX triplet: EE, 8A and 0B. RGB value is (238,138,11). Sum of RGB (Red+Green+Blue) = 238+138+11=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8A0B is #1175F4. Grayscale: #9A9A9A. Windows color (decimal): -1144309 or 756462. OLE color: 756462.

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

Color convert

RGB 238 138 11 -
CMYK 0 0.42 0.95 0.07
HSL 33.57º 0.91% 0.49% -
HSV(B) 33.57º 0.95% 0.93% -
XYZ 44.41 36.38 5 -
YUV 153.42 47.63 188.33 -
System Red Green Blue C M Y K H S L
Decimal 238 138 11 0 0.42 0.95 0.07 33.57 0.91 0.49
Hex EE 8A B 0 2A 5F 7 22 5B 31
Octal 356 212 13 0 52 137 7 42 133 61
Binary 11101110 10001010 1011 0 101010 1011111 111 100010 1011011 110001

Color Harmonies of #EE8A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8A0B

Black with #EE8A0B

Text Example


Text Example

White with #EE8A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8A0B; }

 p { color: rgb(238,138,11); }

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

background-color css

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

 a { background-color: rgb(238,138,11); }

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

border-color css

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

 span { border-color: rgb(238,138,11); }

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