Html Css Color HEX #EFCBC2 Coral Candy

📋 copy color: '#EFCBC2'

red 239 ◦ green 203 ◦ blue 194

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

Shades of Coral Candy #EFCBC2

Tints of Coral Candy #EFCBC2

RGB

 RED value IS 239 (93.75% from 255) = 37.58%

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

 BLUE value IS 194 (76.17% from 255) = 30.5%

R = 37.58%
G = 31.92%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFCBC2 (or 0xEFCBC2) is known color: Coral Candy. HEX triplet: EF, CB and C2. RGB value is (239,203,194). Sum of RGB (Red+Green+Blue) = 239+203+194=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBC2 is #10343D. Grayscale: #D4D4D4. Windows color (decimal): -1061950 or 12766191. OLE color: 12766191.

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

Color convert

RGB 239 203 194 -
CMYK 0 0.15 0.19 0.06
HSL 12º 0.58% 0.85% -
HSV(B) 12º 0.19% 0.94% -
XYZ 66.69 64.96 60.06 -
YUV 212.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 239 203 194 0 0.15 0.19 0.06 12 0.58 0.85
Hex EF CB C2 0 F 13 6 C 3A 55
Octal 357 313 302 0 17 23 6 14 72 125
Binary 11101111 11001011 11000010 0 1111 10011 110 1100 111010 1010101

Color Harmonies of #EFCBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBC2

Black with #EFCBC2

Text Example


Text Example

White with #EFCBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBC2; }

 p { color: rgb(239,203,194); }

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

background-color css

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

 a { background-color: rgb(239,203,194); }

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

border-color css

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

 span { border-color: rgb(239,203,194); }

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