Html Css Color HEX #EFFAC0 Chiffon

📋 copy color: '#EFFAC0'

red 239 ◦ green 250 ◦ blue 192

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

Shades of Chiffon #EFFAC0

Tints of Chiffon #EFFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.71%

 BLUE value IS 192 (75.39% from 255) = 28.19%

R = 35.1%
G = 36.71%
B = 28.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#EFFAC0 (or 0xEFFAC0) is known color: Chiffon. HEX triplet: EF, FA and C0. RGB value is (239,250,192). Sum of RGB (Red+Green+Blue) = 239+250+192=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC0 is #10053F. Grayscale: #F0F0F0. Windows color (decimal): -1049920 or 12647151. OLE color: 12647151.

HSL color Cylindrical-coordinate representation of color #EFFAC0: hue angle of 71.38º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFFAC0 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 192 -
CMYK 0.04 0 0.23 0.02
HSL 71.38º 0.85% 0.87% -
HSV(B) 71.38º 0.23% 0.98% -
XYZ 79.3 90.53 63.16 -
YUV 240.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 239 250 192 0.04 0 0.23 0.02 71.38 0.85 0.87
Hex EF FA C0 4 0 17 2 47 55 57
Octal 357 372 300 4 0 27 2 107 125 127
Binary 11101111 11111010 11000000 100 0 10111 10 1000111 1010101 1010111

Color Harmonies of #EFFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAC0

Black with #EFFAC0

Text Example


Text Example

White with #EFFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAC0; }

 p { color: rgb(239,250,192); }

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

background-color css

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

 a { background-color: rgb(239,250,192); }

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

border-color css

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

 span { border-color: rgb(239,250,192); }

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