Html Css Color HEX #ED8667 Copper

📋 copy color: '#ED8667'

red 237 ◦ green 134 ◦ blue 103

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

Shades of Copper #ED8667

Tints of Copper #ED8667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 50%
G = 28.27%
B = 21.73%

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

#ED8667 (or 0xED8667) is known color: Copper. HEX triplet: ED, 86 and 67. RGB value is (237,134,103). Sum of RGB (Red+Green+Blue) = 237+134+103=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8667 is #127998. Grayscale: #A1A1A1. Windows color (decimal): -1210777 or 6784749. OLE color: 6784749.

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

Color convert

RGB 237 134 103 -
CMYK 0 0.43 0.57 0.07
HSL 13.88º 0.79% 0.67% -
HSV(B) 13.88º 0.57% 0.93% -
XYZ 45.9 36.03 17.37 -
YUV 161.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 237 134 103 0 0.43 0.57 0.07 13.88 0.79 0.67
Hex ED 86 67 0 2B 39 7 E 4F 43
Octal 355 206 147 0 53 71 7 16 117 103
Binary 11101101 10000110 1100111 0 101011 111001 111 1110 1001111 1000011

Color Harmonies of #ED8667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8667

Black with #ED8667

Text Example


Text Example

White with #ED8667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8667; }

 p { color: rgb(237,134,103); }

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

background-color css

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

 a { background-color: rgb(237,134,103); }

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

border-color css

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

 span { border-color: rgb(237,134,103); }

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