Html Css Color HEX #EE9464 Atomic Tangerine

📋 copy color: '#EE9464'

red 238 ◦ green 148 ◦ blue 100

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

Shades of Atomic Tangerine #EE9464

Tints of Atomic Tangerine #EE9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 48.97%
G = 30.45%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE9464 (or 0xEE9464) is known color: Atomic Tangerine. HEX triplet: EE, 94 and 64. RGB value is (238,148,100). Sum of RGB (Red+Green+Blue) = 238+148+100=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9464 is #116B9B. Grayscale: #A9A9A9. Windows color (decimal): -1141660 or 6591726. OLE color: 6591726.

HSL color Cylindrical-coordinate representation of color #EE9464: hue angle of 20.87º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE9464 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 100 -
CMYK 0 0.38 0.58 0.07
HSL 20.87º 0.8% 0.66% -
HSV(B) 20.87º 0.58% 0.93% -
XYZ 48.15 40.28 17.29 -
YUV 169.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 238 148 100 0 0.38 0.58 0.07 20.87 0.8 0.66
Hex EE 94 64 0 26 3A 7 15 50 42
Octal 356 224 144 0 46 72 7 25 120 102
Binary 11101110 10010100 1100100 0 100110 111010 111 10101 1010000 1000010

Color Harmonies of #EE9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9464

Black with #EE9464

Text Example


Text Example

White with #EE9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9464; }

 p { color: rgb(238,148,100); }

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

background-color css

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

 a { background-color: rgb(238,148,100); }

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

border-color css

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

 span { border-color: rgb(238,148,100); }

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