Html Css Color HEX #EBCFC8 Coral Candy

📋 copy color: '#EBCFC8'

red 235 ◦ green 207 ◦ blue 200

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

Shades of Coral Candy #EBCFC8

Tints of Coral Candy #EBCFC8

RGB

 RED value IS 235 (92.19% from 255) = 36.6%

 GREEN value IS 207 (81.25% from 255) = 32.24%

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

R = 36.6%
G = 32.24%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBCFC8 (or 0xEBCFC8) is known color: Coral Candy. HEX triplet: EB, CF and C8. RGB value is (235,207,200). Sum of RGB (Red+Green+Blue) = 235+207+200=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFC8 is #143037. Grayscale: #D6D6D6. Windows color (decimal): -1323064 or 13160427. OLE color: 13160427.

HSL color Cylindrical-coordinate representation of color #EBCFC8: hue angle of 12º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCFC8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 200 -
CMYK 0 0.12 0.15 0.08
HSL 12º 0.47% 0.85% -
HSV(B) 12º 0.15% 0.92% -
XYZ 67 66.46 63.94 -
YUV 214.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 235 207 200 0 0.12 0.15 0.08 12 0.47 0.85
Hex EB CF C8 0 C F 8 C 2F 55
Octal 353 317 310 0 14 17 10 14 57 125
Binary 11101011 11001111 11001000 0 1100 1111 1000 1100 101111 1010101

Color Harmonies of #EBCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCFC8

Black with #EBCFC8

Text Example


Text Example

White with #EBCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCFC8; }

 p { color: rgb(235,207,200); }

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

background-color css

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

 a { background-color: rgb(235,207,200); }

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

border-color css

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

 span { border-color: rgb(235,207,200); }

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