Html Css Color HEX #ED986A Atomic Tangerine

📋 copy color: '#ED986A'

red 237 ◦ green 152 ◦ blue 106

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

Shades of Atomic Tangerine #ED986A

Tints of Atomic Tangerine #ED986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.71%

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 47.88%
G = 30.71%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED986A (or 0xED986A) is known color: Atomic Tangerine. HEX triplet: ED, 98 and 6A. RGB value is (237,152,106). Sum of RGB (Red+Green+Blue) = 237+152+106=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED986A is #126795. Grayscale: #ACACAC. Windows color (decimal): -1206166 or 6985965. OLE color: 6985965.

HSL color Cylindrical-coordinate representation of color #ED986A: hue angle of 21.07º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED986A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 152 106 -
CMYK 0 0.36 0.55 0.07
HSL 21.07º 0.78% 0.67% -
HSV(B) 21.07º 0.55% 0.93% -
XYZ 48.75 41.5 19.08 -
YUV 172.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 237 152 106 0 0.36 0.55 0.07 21.07 0.78 0.67
Hex ED 98 6A 0 24 37 7 15 4E 43
Octal 355 230 152 0 44 67 7 25 116 103
Binary 11101101 10011000 1101010 0 100100 110111 111 10101 1001110 1000011

Color Harmonies of #ED986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED986A

Black with #ED986A

Text Example


Text Example

White with #ED986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED986A; }

 p { color: rgb(237,152,106); }

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

background-color css

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

 a { background-color: rgb(237,152,106); }

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

border-color css

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

 span { border-color: rgb(237,152,106); }

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