Html Css Color HEX #ED9366 Atomic Tangerine

📋 copy color: '#ED9366'

red 237 ◦ green 147 ◦ blue 102

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

Shades of Atomic Tangerine #ED9366

Tints of Atomic Tangerine #ED9366

RGB

 RED value IS 237 (92.97% from 255) = 48.77%

 GREEN value IS 147 (57.81% from 255) = 30.25%

 BLUE value IS 102 (40.23% from 255) = 20.99%

R = 48.77%
G = 30.25%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED9366 (or 0xED9366) is known color: Atomic Tangerine. HEX triplet: ED, 93 and 66. RGB value is (237,147,102). Sum of RGB (Red+Green+Blue) = 237+147+102=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9366 is #126C99. Grayscale: #A9A9A9. Windows color (decimal): -1207450 or 6722541. OLE color: 6722541.

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

Color convert

RGB 237 147 102 -
CMYK 0 0.38 0.57 0.07
HSL 20º 0.79% 0.66% -
HSV(B) 20º 0.57% 0.93% -
XYZ 47.76 39.83 17.74 -
YUV 168.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 237 147 102 0 0.38 0.57 0.07 20 0.79 0.66
Hex ED 93 66 0 26 39 7 14 4F 42
Octal 355 223 146 0 46 71 7 24 117 102
Binary 11101101 10010011 1100110 0 100110 111001 111 10100 1001111 1000010

Color Harmonies of #ED9366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9366

Black with #ED9366

Text Example


Text Example

White with #ED9366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9366; }

 p { color: rgb(237,147,102); }

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

background-color css

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

 a { background-color: rgb(237,147,102); }

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

border-color css

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

 span { border-color: rgb(237,147,102); }

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