Html Css Color HEX #EDCBC8 Coral Candy

📋 copy color: '#EDCBC8'

red 237 ◦ green 203 ◦ blue 200

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

Shades of Coral Candy #EDCBC8

Tints of Coral Candy #EDCBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.72%

 BLUE value IS 200 (78.52% from 255) = 31.25%

R = 37.03%
G = 31.72%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDCBC8 (or 0xEDCBC8) is known color: Coral Candy. HEX triplet: ED, CB and C8. RGB value is (237,203,200). Sum of RGB (Red+Green+Blue) = 237+203+200=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC8 is #123437. Grayscale: #D4D4D4. Windows color (decimal): -1193016 or 13159405. OLE color: 13159405.

HSL color Cylindrical-coordinate representation of color #EDCBC8: hue angle of 4.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCBC8 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 200 -
CMYK 0 0.14 0.16 0.07
HSL 4.86º 0.51% 0.86% -
HSV(B) 4.86º 0.16% 0.93% -
XYZ 66.71 64.89 63.65 -
YUV 212.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 237 203 200 0 0.14 0.16 0.07 4.86 0.51 0.86
Hex ED CB C8 0 E 10 7 5 33 56
Octal 355 313 310 0 16 20 7 5 63 126
Binary 11101101 11001011 11001000 0 1110 10000 111 101 110011 1010110

Color Harmonies of #EDCBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBC8

Black with #EDCBC8

Text Example


Text Example

White with #EDCBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBC8; }

 p { color: rgb(237,203,200); }

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

background-color css

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

 a { background-color: rgb(237,203,200); }

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

border-color css

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

 span { border-color: rgb(237,203,200); }

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