Html Css Color HEX #ED9468 Atomic Tangerine

📋 copy color: '#ED9468'

red 237 ◦ green 148 ◦ blue 104

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

Shades of Atomic Tangerine #ED9468

Tints of Atomic Tangerine #ED9468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 48.47%
G = 30.27%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED9468 (or 0xED9468) is known color: Atomic Tangerine. HEX triplet: ED, 94 and 68. RGB value is (237,148,104). Sum of RGB (Red+Green+Blue) = 237+148+104=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9468 is #126B97. Grayscale: #A9A9A9. Windows color (decimal): -1207192 or 6853869. OLE color: 6853869.

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

Color convert

RGB 237 148 104 -
CMYK 0 0.38 0.56 0.07
HSL 19.85º 0.79% 0.67% -
HSV(B) 19.85º 0.56% 0.93% -
XYZ 48.01 40.18 18.32 -
YUV 169.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 237 148 104 0 0.38 0.56 0.07 19.85 0.79 0.67
Hex ED 94 68 0 26 38 7 14 4F 43
Octal 355 224 150 0 46 70 7 24 117 103
Binary 11101101 10010100 1101000 0 100110 111000 111 10100 1001111 1000011

Color Harmonies of #ED9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9468

Black with #ED9468

Text Example


Text Example

White with #ED9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9468; }

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

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

background-color css

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

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

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

border-color css

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

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

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