Html Css Color HEX #EDCBC5 Coral Candy

📋 copy color: '#EDCBC5'

red 237 ◦ green 203 ◦ blue 197

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

Shades of Coral Candy #EDCBC5

Tints of Coral Candy #EDCBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.93%

R = 37.21%
G = 31.87%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDCBC5 (or 0xEDCBC5) is known color: Coral Candy. HEX triplet: ED, CB and C5. RGB value is (237,203,197). Sum of RGB (Red+Green+Blue) = 237+203+197=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC5 is #12343A. Grayscale: #D4D4D4. Windows color (decimal): -1193019 or 12962797. OLE color: 12962797.

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

Color convert

RGB 237 203 197 -
CMYK 0 0.14 0.17 0.07
HSL 0.53% 0.85% -
HSV(B) 0.17% 0.93% -
XYZ 66.36 64.75 61.82 -
YUV 212.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 237 203 197 0 0.14 0.17 0.07 9 0.53 0.85
Hex ED CB C5 0 E 11 7 9 35 55
Octal 355 313 305 0 16 21 7 11 65 125
Binary 11101101 11001011 11000101 0 1110 10001 111 1001 110101 1010101

Color Harmonies of #EDCBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBC5

Black with #EDCBC5

Text Example


Text Example

White with #EDCBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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