Html Css Color HEX #ED9262 Atomic Tangerine

📋 copy color: '#ED9262'

red 237 ◦ green 146 ◦ blue 98

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

Shades of Atomic Tangerine #ED9262

Tints of Atomic Tangerine #ED9262

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 49.27%
G = 30.35%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED9262 (or 0xED9262) is known color: Atomic Tangerine. HEX triplet: ED, 92 and 62. RGB value is (237,146,98). Sum of RGB (Red+Green+Blue) = 237+146+98=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9262 is #126D9D. Grayscale: #A8A8A8. Windows color (decimal): -1207710 or 6460141. OLE color: 6460141.

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

Color convert

RGB 237 146 98 -
CMYK 0 0.38 0.59 0.07
HSL 20.72º 0.79% 0.66% -
HSV(B) 20.72º 0.59% 0.93% -
XYZ 47.41 39.44 16.67 -
YUV 167.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 237 146 98 0 0.38 0.59 0.07 20.72 0.79 0.66
Hex ED 92 62 0 26 3B 7 15 4F 42
Octal 355 222 142 0 46 73 7 25 117 102
Binary 11101101 10010010 1100010 0 100110 111011 111 10101 1001111 1000010

Color Harmonies of #ED9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9262

Black with #ED9262

Text Example


Text Example

White with #ED9262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9262; }

 p { color: rgb(237,146,98); }

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

background-color css

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

 a { background-color: rgb(237,146,98); }

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

border-color css

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

 span { border-color: rgb(237,146,98); }

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