Html Css Color HEX #ED896A Copper

📋 copy color: '#ED896A'

red 237 ◦ green 137 ◦ blue 106

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

Shades of Copper #ED896A

Tints of Copper #ED896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.54%

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

R = 49.38%
G = 28.54%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED896A (or 0xED896A) is known color: Copper. HEX triplet: ED, 89 and 6A. RGB value is (237,137,106). Sum of RGB (Red+Green+Blue) = 237+137+106=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED896A is #127695. Grayscale: #A3A3A3. Windows color (decimal): -1210006 or 6982125. OLE color: 6982125.

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

Color convert

RGB 237 137 106 -
CMYK 0 0.42 0.55 0.07
HSL 14.2º 0.78% 0.67% -
HSV(B) 14.2º 0.55% 0.93% -
XYZ 46.47 36.94 18.32 -
YUV 163.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 237 137 106 0 0.42 0.55 0.07 14.2 0.78 0.67
Hex ED 89 6A 0 2A 37 7 E 4E 43
Octal 355 211 152 0 52 67 7 16 116 103
Binary 11101101 10001001 1101010 0 101010 110111 111 1110 1001110 1000011

Color Harmonies of #ED896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED896A

Black with #ED896A

Text Example


Text Example

White with #ED896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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