Html Css Color HEX #EFF2BF Chiffon

📋 copy color: '#EFF2BF'

red 239 ◦ green 242 ◦ blue 191

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

Shades of Chiffon #EFF2BF

Tints of Chiffon #EFF2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.01%

 BLUE value IS 191 (75% from 255) = 28.42%

R = 35.57%
G = 36.01%
B = 28.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#EFF2BF (or 0xEFF2BF) is known color: Chiffon. HEX triplet: EF, F2 and BF. RGB value is (239,242,191). Sum of RGB (Red+Green+Blue) = 239+242+191=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2BF is #100D40. Grayscale: #EBEBEB. Windows color (decimal): -1051969 or 12579567. OLE color: 12579567.

HSL color Cylindrical-coordinate representation of color #EFF2BF: hue angle of 63.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFF2BF is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 191 -
CMYK 0.01 0 0.21 0.05
HSL 63.53º 0.66% 0.85% -
HSV(B) 63.53º 0.21% 0.95% -
XYZ 76.75 85.62 61.77 -
YUV 235.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 239 242 191 0.01 0 0.21 0.05 63.53 0.66 0.85
Hex EF F2 BF 1 0 15 5 40 42 55
Octal 357 362 277 1 0 25 5 100 102 125
Binary 11101111 11110010 10111111 1 0 10101 101 1000000 1000010 1010101

Color Harmonies of #EFF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2BF

Black with #EFF2BF

Text Example


Text Example

White with #EFF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2BF; }

 p { color: rgb(239,242,191); }

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

background-color css

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

 a { background-color: rgb(239,242,191); }

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

border-color css

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

 span { border-color: rgb(239,242,191); }

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