Html Css Color HEX #ED8966 Copper

📋 copy color: '#ED8966'

red 237 ◦ green 137 ◦ blue 102

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

Shades of Copper #ED8966

Tints of Copper #ED8966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 49.79%
G = 28.78%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8966 (or 0xED8966) is known color: Copper. HEX triplet: ED, 89 and 66. RGB value is (237,137,102). Sum of RGB (Red+Green+Blue) = 237+137+102=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8966 is #127699. Grayscale: #A3A3A3. Windows color (decimal): -1210010 or 6719981. OLE color: 6719981.

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

Color convert

RGB 237 137 102 -
CMYK 0 0.42 0.57 0.07
HSL 15.56º 0.79% 0.66% -
HSV(B) 15.56º 0.57% 0.93% -
XYZ 46.27 36.86 17.25 -
YUV 162.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 237 137 102 0 0.42 0.57 0.07 15.56 0.79 0.66
Hex ED 89 66 0 2A 39 7 10 4F 42
Octal 355 211 146 0 52 71 7 20 117 102
Binary 11101101 10001001 1100110 0 101010 111001 111 10000 1001111 1000010

Color Harmonies of #ED8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8966

Black with #ED8966

Text Example


Text Example

White with #ED8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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