Html Css Color HEX #ED9462 Atomic Tangerine

📋 copy color: '#ED9462'

red 237 ◦ green 148 ◦ blue 98

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

Shades of Atomic Tangerine #ED9462

Tints of Atomic Tangerine #ED9462

RGB

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

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

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

R = 49.07%
G = 30.64%
B = 20.29%

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

#ED9462 (or 0xED9462) is known color: Atomic Tangerine. HEX triplet: ED, 94 and 62. RGB value is (237,148,98). Sum of RGB (Red+Green+Blue) = 237+148+98=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9462 is #126B9D. Grayscale: #A9A9A9. Windows color (decimal): -1207198 or 6460653. OLE color: 6460653.

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

Color convert

RGB 237 148 98 -
CMYK 0 0.38 0.59 0.07
HSL 21.58º 0.79% 0.66% -
HSV(B) 21.58º 0.59% 0.93% -
XYZ 47.72 40.07 16.77 -
YUV 168.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 237 148 98 0 0.38 0.59 0.07 21.58 0.79 0.66
Hex ED 94 62 0 26 3B 7 16 4F 42
Octal 355 224 142 0 46 73 7 26 117 102
Binary 11101101 10010100 1100010 0 100110 111011 111 10110 1001111 1000010

Color Harmonies of #ED9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9462

Black with #ED9462

Text Example


Text Example

White with #ED9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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