Html Css Color HEX #EFF2BE Chiffon

📋 copy color: '#EFF2BE'

red 239 ◦ green 242 ◦ blue 190

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

Shades of Chiffon #EFF2BE

Tints of Chiffon #EFF2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.32%

R = 35.62%
G = 36.07%
B = 28.32%

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

#EFF2BE (or 0xEFF2BE) is known color: Chiffon. HEX triplet: EF, F2 and BE. RGB value is (239,242,190). Sum of RGB (Red+Green+Blue) = 239+242+190=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2BE is #100D41. Grayscale: #EBEBEB. Windows color (decimal): -1051970 or 12514031. OLE color: 12514031.

HSL color Cylindrical-coordinate representation of color #EFF2BE: hue angle of 63.46º degrees, saturation: 0.67, 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 #EFF2BE is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 190 -
CMYK 0.01 0 0.21 0.05
HSL 63.46º 0.67% 0.85% -
HSV(B) 63.46º 0.21% 0.95% -
XYZ 76.64 85.57 61.19 -
YUV 235.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 239 242 190 0.01 0 0.21 0.05 63.46 0.67 0.85
Hex EF F2 BE 1 0 15 5 3F 43 55
Octal 357 362 276 1 0 25 5 77 103 125
Binary 11101111 11110010 10111110 1 0 10101 101 111111 1000011 1010101

Color Harmonies of #EFF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2BE

Black with #EFF2BE

Text Example


Text Example

White with #EFF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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