Html Css Color HEX #ED9569 Atomic Tangerine

📋 copy color: '#ED9569'

red 237 ◦ green 149 ◦ blue 105

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

Shades of Atomic Tangerine #ED9569

Tints of Atomic Tangerine #ED9569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 48.27%
G = 30.35%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED9569 (or 0xED9569) is known color: Atomic Tangerine. HEX triplet: ED, 95 and 69. RGB value is (237,149,105). Sum of RGB (Red+Green+Blue) = 237+149+105=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9569 is #126A96. Grayscale: #AAAAAA. Windows color (decimal): -1206935 or 6919661. OLE color: 6919661.

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

Color convert

RGB 237 149 105 -
CMYK 0 0.37 0.56 0.07
HSL 20º 0.79% 0.67% -
HSV(B) 20º 0.56% 0.93% -
XYZ 48.22 40.52 18.64 -
YUV 170.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 237 149 105 0 0.37 0.56 0.07 20 0.79 0.67
Hex ED 95 69 0 25 38 7 14 4F 43
Octal 355 225 151 0 45 70 7 24 117 103
Binary 11101101 10010101 1101001 0 100101 111000 111 10100 1001111 1000011

Color Harmonies of #ED9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9569

Black with #ED9569

Text Example


Text Example

White with #ED9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9569; }

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

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

background-color css

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

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

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

border-color css

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

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

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