Html Css Color HEX #ED8766 Copper

📋 copy color: '#ED8766'

red 237 ◦ green 135 ◦ blue 102

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

Shades of Copper #ED8766

Tints of Copper #ED8766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 50%
G = 28.48%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8766 (or 0xED8766) is known color: Copper. HEX triplet: ED, 87 and 66. RGB value is (237,135,102). Sum of RGB (Red+Green+Blue) = 237+135+102=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8766 is #127899. Grayscale: #A1A1A1. Windows color (decimal): -1210522 or 6719469. OLE color: 6719469.

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

Color convert

RGB 237 135 102 -
CMYK 0 0.43 0.57 0.07
HSL 14.67º 0.79% 0.66% -
HSV(B) 14.67º 0.57% 0.93% -
XYZ 45.99 36.29 17.15 -
YUV 161.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 237 135 102 0 0.43 0.57 0.07 14.67 0.79 0.66
Hex ED 87 66 0 2B 39 7 F 4F 42
Octal 355 207 146 0 53 71 7 17 117 102
Binary 11101101 10000111 1100110 0 101011 111001 111 1111 1001111 1000010

Color Harmonies of #ED8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8766

Black with #ED8766

Text Example


Text Example

White with #ED8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8766; }

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

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

background-color css

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

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

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

border-color css

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

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

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