Html Css Color HEX #ED9869 Atomic Tangerine

📋 copy color: '#ED9869'

red 237 ◦ green 152 ◦ blue 105

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

Shades of Atomic Tangerine #ED9869

Tints of Atomic Tangerine #ED9869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.26%

R = 47.98%
G = 30.77%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED9869 (or 0xED9869) is known color: Atomic Tangerine. HEX triplet: ED, 98 and 69. RGB value is (237,152,105). Sum of RGB (Red+Green+Blue) = 237+152+105=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9869 is #126796. Grayscale: #ACACAC. Windows color (decimal): -1206167 or 6920429. OLE color: 6920429.

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

Color convert

RGB 237 152 105 -
CMYK 0 0.36 0.56 0.07
HSL 21.36º 0.79% 0.67% -
HSV(B) 21.36º 0.56% 0.93% -
XYZ 48.7 41.48 18.8 -
YUV 172.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 237 152 105 0 0.36 0.56 0.07 21.36 0.79 0.67
Hex ED 98 69 0 24 38 7 15 4F 43
Octal 355 230 151 0 44 70 7 25 117 103
Binary 11101101 10011000 1101001 0 100100 111000 111 10101 1001111 1000011

Color Harmonies of #ED9869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9869

Black with #ED9869

Text Example


Text Example

White with #ED9869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9869; }

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

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

background-color css

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

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

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

border-color css

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

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

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